mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
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:
parent
f6505d22f2
commit
1dd0635db4
6 changed files with 193 additions and 151 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue