Skip to content

Commit d1e7282

Browse files
author
Shane Osbourne
committed
add an e2e script
1 parent 58c09e3 commit d1e7282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"playwright": "playwright test",
4242
"playwright-headed": "playwright test --headed",
4343
"preplaywright": "npm run build-windows && npm run build-apple",
44-
"preplaywright-headed": "npm run build-windows && npm run build-apple"
44+
"preplaywright-headed": "npm run build-windows && npm run build-apple",
45+
"playwright-e2e": "E2E=true playwright test --project duckplayer-e2e --headed"
4546
},
4647
"type": "module",
4748
"workspaces": [

0 commit comments

Comments
 (0)