feat: fix and migrate smoke tests to Playwright (#1961)

* feat: migrate e2e tests to Playwright

* fix: OS dependency

* fix: race condition

* fix: increased launch timeout
This commit is contained in:
Max Schmitt 2020-05-11 18:21:24 +02:00 committed by GitHub
parent f6505d22f2
commit 1dd0635db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 193 additions and 151 deletions

View file

@ -24,7 +24,6 @@
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.33",
"@types/puppeteer": "^1.12.4",
"chai": "^4.2.0",
"clean-css": "^4.2.3",
"css-loader": "^3.2.0",
@ -39,7 +38,7 @@
"monaco-json": "2.9.0",
"monaco-languages": "1.10.0",
"monaco-typescript": "3.7.0",
"puppeteer": "^1.15.0",
"playwright": "^1.0.1",
"rimraf": "^3.0.2",
"style-loader": "^1.1.3",
"typedoc": "^0.15.8",