diff --git a/tap/.browsers.sh b/tap/.browsers.sh index 8582264fc5..6c88720e29 100755 --- a/tap/.browsers.sh +++ b/tap/.browsers.sh @@ -10,8 +10,6 @@ HOSTNAME="localhost" SSL="" -if [[ -z $CI ]]; then - BROWSER="chrome:headless" -fi +: "${BROWSER:=chrome:headless}" testcafe "$BROWSER" --skip-js-errors --ssl "$SSL" --hostname "$HOSTNAME" tap/.browser.ts