Skip to content

Commit 0a090bf

Browse files
committed
chore(deps): add @playwright/test
1 parent 05a3883 commit 0a090bf

File tree

2 files changed

+1112
-556
lines changed

2 files changed

+1112
-556
lines changed

test/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
"license": "MIT",
33
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
44
"devDependencies": {
5+
"@playwright/test": "^0.1101.0",
56
"@types/jest": "^26.0.20",
67
"@types/jsdom": "^16.2.6",
78
"@types/node-fetch": "^2.5.8",
89
"@types/supertest": "^2.0.10",
910
"jest": "^26.6.3",
10-
"jest-playwright-preset": "^1.5.1",
1111
"jsdom": "^16.4.0",
1212
"node-fetch": "^2.6.1",
1313
"playwright": "^1.8.0",
14-
"playwright-chromium": "^1.10.0",
15-
"playwright-firefox": "^1.10.0",
16-
"playwright-webkit": "^1.10.0",
1714
"supertest": "^6.1.1",
1815
"ts-jest": "^26.4.4"
1916
}

0 commit comments

Comments
 (0)