diff --git a/e2e/local-run.bat b/e2e/local-run.bat index 9275e74..91ce566 100644 --- a/e2e/local-run.bat +++ b/e2e/local-run.bat @@ -1,3 +1,3 @@ -./node_modules/.bin/cypress run --browser chrome --config baseUrl=http://localhost:8080 --env apiBaseUrl=http://localhost:7575/api/v8.0/ +./node_modules/.bin/cypress run --browser electron --config baseUrl=http://localhost:8080 --env apiBaseUrl=http://localhost:7575/api/v8.0/ rem ./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\*.js --no-exit rem ./node_modules/.bin/cypress run --browser chrome --no-exit diff --git a/e2e/remote-run.bat b/e2e/remote-run.bat index a16b58f..133bd7e 100644 --- a/e2e/remote-run.bat +++ b/e2e/remote-run.bat @@ -1,3 +1,5 @@ -./node_modules/.bin/cypress run --browser chrome --config baseUrl=https://devtest.onayanova.com/ --env TARGET_ENV=remote +./node_modules/.bin/cypress run --browser electron --config baseUrl=https://devtest.onayanova.com/ --env TARGET_ENV=remote +rem ./node_modules/.bin/cypress run --browser "C:\Program Files\Google\Chrome\Application\chrome.exe" --config baseUrl=https://devtest.onayanova.com/ --env TARGET_ENV=remote +rem ./node_modules/.bin/cypress run --browser chrome --config baseUrl=https://devtest.onayanova.com/ --env TARGET_ENV=remote rem ./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\*.js --no-exit rem ./node_modules/.bin/cypress run --browser chrome --no-exit