Skip to content

Commit 07248b0

Browse files
committed
added playwright scripts
1 parent f4f4488 commit 07248b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"lint": "next lint",
1313
"test": "jest",
1414
"test:watch": "jest --watchAll",
15-
"prepare": "husky install"
15+
"prepare": "husky install",
16+
"e2e": "npx playwright test",
17+
"e2e:ui": "npx playwright test --ui",
18+
"e2e:headed": "npx playwright test --headed"
1619
},
1720
"dependencies": {
1821
"@apollo/client": "^3.7.9",

0 commit comments

Comments
 (0)