test CI e2e browser run [ci:force] (#7864)

* test CI e2e browser run [ci:force]

* hardcoded browser run test [ci:force]

* run only 1 job in browser mode [ci:force]

* reset browser run global

* trigger travis [ci:force]

* restore false/true assign [ci:force]
This commit is contained in:
Rafal Szmit
2022-09-30 17:35:32 +02:00
committed by GitHub
parent 46da01fe18
commit 287299bf8e
5 changed files with 15 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR/../"
BROWSER_RUN=false
export BROWSER_RUN=false
DEVELOPMENT=false
LITESERVER=false
EXEC_VERSION_JSAPI=false
@@ -69,7 +69,6 @@ set_specs(){
}
set_browser(){
echo "====== BROWSER RUN ====="
BROWSER_RUN=true
export BROWSER_RUN=$BROWSER_RUN
}
@@ -141,7 +140,7 @@ done
rm -rf ./e2e/downloads/
rm -rf ./e2e-output/
echo "====== BROWSER_RUN: $BROWSER_RUN ======"
echo "====== Update webdriver-manager ====="
if [ "$CI" = "true" ]; then
export chrome=$(google-chrome --product-version)