We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test:e2e
test:playwright
1 parent 770dfcf commit b712f5dCopy full SHA for b712f5d
package.json
@@ -41,7 +41,7 @@
41
"test:coverage": "npm run test:only -- --coverage",
42
"test:watch": "npm run test:coverage --watch",
43
"test": "npm run test:coverage",
44
- "test:playwright": "npx playwright test",
+ "test:e2e": "npx playwright test",
45
"pretest": "npm run lint",
46
"prepare": "husky && npm run build",
47
"release": "standard-version"
0 commit comments