File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,9 @@ jobs:
125125 setUpCmd : |
126126 docker run --detach --quiet --network=host --shm-size=1g --entrypoint= \
127127 --volume ./vendor/mink/driver-testsuite/web-fixtures:/fixtures \
128+ --volume /var/run/dbus:/var/run/dbus \
128129 --name chrome zenika/alpine-chrome:latest \
129- chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130+ chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --enable-logging=stderr --v=1 \
130131 --no-sandbox --enable-automation --headless=new --no-first-run --disable-background-networking \
131132 --disable-gpu --disable-extensions --disable-web-security
132133 sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
You can’t perform that action at this time.
0 commit comments