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.
e2e
1 parent 0ecb7f4 commit 9b89715Copy full SHA for 9b89715
package.json
@@ -41,7 +41,8 @@
41
"playwright": "playwright test",
42
"playwright-headed": "playwright test --headed",
43
"preplaywright": "npm run build-windows && npm run build-apple",
44
- "preplaywright-headed": "npm run build-windows && npm run build-apple"
+ "preplaywright-headed": "npm run build-windows && npm run build-apple",
45
+ "playwright-e2e": "E2E=true playwright test --project duckplayer-e2e --headed"
46
},
47
"type": "module",
48
"workspaces": [
0 commit comments