Adds puppeteer to test whether typescript.js runs in the browser (#35471)

* Adds puppeteer to test whether typescript.js runs in the browser

* Adds a check for the browser integration into the GitHub Actions CI

* Update to use playwright, and test in three browsers
This commit is contained in:
Orta
2020-02-13 14:19:33 -05:00
committed by GitHub
parent 0a7d54d104
commit 19c3bcb9a9
4 changed files with 48 additions and 0 deletions

View File

@@ -35,3 +35,6 @@ jobs:
npm install
npm update
npm test
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration