mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Disable gpu
This commit is contained in:
parent
8263e7fb00
commit
47e412c4b2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ prepare_for_behat_with_js() {
|
|||
run_command "$SYLIUS_CACHE_DIR/symfony server:ca:install"
|
||||
|
||||
# Run headless Chrome
|
||||
run_command "google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &"
|
||||
run_command "google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --disable-gpu --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &"
|
||||
|
||||
# Run webserver
|
||||
run_command "$SYLIUS_CACHE_DIR/symfony server:start --port=8080 --dir=public --daemon"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue