Skip to content

Commit 9605f49

Browse files
committed
Playwright scripts
1 parent e3846cd commit 9605f49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

refactor/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
11+
"playwright": "npx playwright test",
12+
"playwright:codegen": "playwright codegen",
1113
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
1214
},
1315
"keywords": [

0 commit comments

Comments
 (0)