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 538d7a3 commit b5116a9Copy full SHA for b5116a9
package.json
@@ -9,6 +9,7 @@
9
"lint": "next lint",
10
"format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
11
"playwright": "npx playwright test",
12
+ "playwright:ui": "npx playwright test --ui",
13
"playwright:debug": "npx playwright test --debug",
14
"playwright:codegen": "playwright codegen",
15
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
0 commit comments