feat: add web test runner (#6200)

This commit is contained in:
Lars den Bakker
2020-07-22 04:14:35 -07:00
committed by GitHub
parent 13f8fe6e16
commit 15d1906e7c
6 changed files with 118 additions and 1 deletions

View File

@@ -57,6 +57,13 @@ jobs:
script:
- travis_retry npm run unit
- node_js: "12.16.3"
name: 'Browser tests: Linux/Chromium'
env:
- CHROMIUM=true
script:
- travis_retry npm run test-browser
# This bot runs all the extra checks that aren't the main Puppeteer unit tests
- node_js: "10.19.0"
name: 'Extra tests: Linux/Chromium'