/docker-compose-cucumber

This is demo of using cucumber with Docker Compose. We can run our cucumber tests in different browsers in different container.

Primary LanguageRuby

Docker-Composer Cucumber

Install Docker

Please go through these steps mentioned in this blog post to install Docker ToolBox, Docker Machine, Docker-Compose and Kitematics

http://shashikantjagtap.net/migrating-from-boot2docker-to-docker-toolbox/

Docker Compose

         $ git clone https://github.com/Shashikant86/docker-compose-cucumber.git
         $ cd docker-compose-cucumber

Now build the project using docker compose

         $ docker-compose build

This will take some time to download. Once downloaded, you can run

        $ docker-compose up

Now this will install cucumber tests with Poltergeist

Watch Video Demo

Installing Docker ToolBox

Alt Docker Compose Cucumber

Running Docker-Compose Cucumber Crossbrowser

Alt Docker Compose Cucumber