We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784c04 commit 1862c54Copy full SHA for 1862c54
test/jest.e2e.config.ts
@@ -2,6 +2,7 @@
2
import type { Config } from "@jest/types"
3
4
const config: Config.InitialOptions = {
5
+ preset: "jest-playwright-preset",
6
transform: {
7
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest",
8
},
test/package.json
@@ -12,5 +12,11 @@
12
"playwright": "^1.8.0",
13
"supertest": "^6.1.1",
14
"ts-jest": "^26.4.4"
15
+ },
16
+ "dependencies": {
17
+ "jest-playwright-preset": "^1.5.1",
18
+ "playwright-chromium": "^1.10.0",
19
+ "playwright-firefox": "^1.10.0",
20
+ "playwright-webkit": "^1.10.0"
21
}
22
0 commit comments