Install playwright on demand (#40722)

* Remove playwright from package.json

* Install playwright on demand

* Adds debugging info to the playwright script

* Move installation first

* Get it working on node 10 again

* Update browserIntegrationTest.js

* Update browserIntegrationTest.js

Co-authored-by: Orta <git@orta.io>
This commit is contained in:
Andrew Branch
2020-09-29 12:22:04 -07:00
committed by GitHub
parent f645418833
commit 2084404b8f
4 changed files with 24 additions and 173 deletions

View File

@@ -42,6 +42,9 @@ jobs:
- name: Linter
run: npm run lint:ci
- name: Adding playwright
run: npm install --no-save --no-package-lock playwright
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration