File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,13 @@ jobs:
6868 php : " 7.2"
6969 # language=bash
7070 setUpCmd : |
71- export SELENIUM_BROWSER=firefox
72- export SELENIUM_VERSION=2.53.1
73- export SELENIUM_IMAGE=selenium/standalone-\$SELENIUM_BROWSER:\$SELENIUM_VERSION
71+ export SELENIUM_IMAGE=selenium/standalone-firefox:2.53.1
7472 docker compose up --wait --quiet-pull
7573 curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:4444/wd/hub/status
7674 # language=bash
7775 testCmd : |
78- export WEB_FIXTURES_BROWSER=\$SELENIUM_BROWSER
76+ export WEB_FIXTURES_BROWSER=firefox
77+ export SELENIUM_VERSION=2.53.1
7978 export DRIVER_MACHINE_BASE_PATH=/fixtures/
8079 export WEB_FIXTURES_HOST=http://host.docker.internal:8002
8180 ./vendor/bin/phpunit --colors=always --testdox
You can’t perform that action at this time.
0 commit comments