Sign inSign up

antonyh/cucumber

By antonyh

Updated almost 11 years ago

Image
5

1.1K

antonyh/cucumber repository overview

docker-cucumber

Based on ruby:1.9.3

This is:

  • cucumber
  • phantomjs 1.9.7
  • casperjs
  • capybara

Derived from https://registry.hub.docker.com/u/cmfatih/phantomjs/dockerfile/ and adapted to use the official Ruby base image with the addition of ONBUILD triggers to copy the current working directory into a volume and install the bundles.

USAGE

Create a new docker file:

FROM antonyh/cucumber

[(re)build the image when the tests change]

docker build -t cucumber . 

[run the image]

docker run --rm -it -e HOST="http://server:port" cucumber 

Better yet... do it in one step.

docker build -t cucumber . && docker run --rm -it -e HOST="http://server:port" cucumber

Enjoy.

Tag summary

Content type

Image

Digest

sha256:dc09a8662

Size

287.8 MB

Last updated

almost 11 years ago

docker pull antonyh/cucumber