Skip to content
Snippets Groups Projects
Unverified Commit 2d989092 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

fix travis e2e (#549)

parent 5804d09a
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,15 @@ jobs:
- stage: local e2e
# type = api - should only be activated by API
# when send API, ensure to set env TEST_SUITE=e2e-local to explicitly trigger this build
if: env(TEST_SUITE) = 'e2e-local' AND branch IN (master, staging, dev) AND type = api
if: env(TEST_SUITE) =~ /^https/ AND branch IN (master, staging, dev) AND type = api
name: e2e (local)
install:
- npm i
- npm run wd -- update --versions.chrome=${CHROMIUM_VERSION}
- npm i --no-save puppeteer@${PPTR_VERSION}
script:
- ATLAS_URL=$TEST_SUITE
- echo Running test against $ATLAS_URL
- npm run e2e
env:
- CHROMIUM_VERSION=80.0.3987.106
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment