File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ jobs:
128128 --name chrome zenika/alpine-chrome:latest \
129129 chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 \
130130 --no-sandbox --disable-gpu --headless=new --disable-extensions \
131- --disable-software-rasterizer --disable-setuid-sandbox --disable-web-security
132- sed "s#http://localhost/#http://localhost:8002/#" phpunit.xml.dist > phpunit.xml
131+ --enable-automation --disable-features=TranslateUI,BlinkGenPropertyTrees,BackForwardCache
132+ sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222 #" phpunit.xml.dist > phpunit.xml
133133 curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
134134 # language=bash
135135 testCmd : |
You can’t perform that action at this time.
0 commit comments