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 f4f4488 commit 07248b0Copy full SHA for 07248b0
package.json
@@ -12,7 +12,10 @@
12
"lint": "next lint",
13
"test": "jest",
14
"test:watch": "jest --watchAll",
15
- "prepare": "husky install"
+ "prepare": "husky install",
16
+ "e2e": "npx playwright test",
17
+ "e2e:ui": "npx playwright test --ui",
18
+ "e2e:headed": "npx playwright test --headed"
19
},
20
"dependencies": {
21
"@apollo/client": "^3.7.9",
0 commit comments