chore: add ChromeHeadless to CI

This commit is contained in:
Nico Rehwaldt 2021-01-06 12:02:56 +01:00 committed by fake-join[bot]
parent 8e863dad3d
commit c2de0b26e1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
before_script:
- ./tasks/wiredeps
script:
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS xvfb-run npm run all
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS,ChromeHeadless xvfb-run npm run all
- npx codecov
- stage: update integration test
script: './tasks/stages/update-integration-test'