Skip to content

Commit

Permalink
Merge pull request #2 from BCDevOps/develop
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
rstens authored Dec 21, 2017
2 parents 9ac4a39 + 2e26996 commit d9be75d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This is an example of a Dockerfile that you can use to create a local image.
This is not the OpenShift Dockerfile, that one can be found [here](https://github.com/BCDevOps/openshift-tools/blob/master/provisioning/jenkins-slaves/bddstack/Dockerfile).

Once the docker image is running:

* cd /home/chrome
Expand All @@ -6,7 +9,7 @@ Once the docker image is running:
* ./gradlew chromeHeadlessTest or
* If you want to run ./gradlew firefoxHeadlessTest, first run:

~~~~
Xvfb :1 -screen 0 1024x768x24 &

export DISPLAY=:1

~~~~

0 comments on commit d9be75d

Please sign in to comment.