Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Use fixed version selenium-chrome image
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Renfurm committed Oct 29, 2018
1 parent 699f1e2 commit 5186b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"mermaid": "for i in ./docs/architecture/*.mmd; do mmdc -i $i -o $i.png -t neutral; done",
"test": "mocha --reporter mocha-junit-reporter --recursive tests",
"art:pre": "(docker kill bigboat-art-selenium-server; sleep 3; docker run --rm -d --net=host --name=bigboat-art-selenium-server -e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 selenium/standalone-chrome)",
"art:pre": "(docker kill bigboat-art-selenium-server; sleep 3; docker run --rm -d --net=host --name=bigboat-art-selenium-server -e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 selenium/standalone-chrome:3.12)",
"art:exec": "protractor tests/testx/conf.coffee --seleniumAddress=http://localhost:4444/wd/hub",
"art:post": "docker kill bigboat-art-selenium-server",
"art": "run-s art:pre \"art:exec -- {@}\" art:post --",
Expand Down

0 comments on commit 5186b7e

Please sign in to comment.