Skip to content

Commit ae8a8a5

Browse files
committed
- Fixing the e2e test debug command
1 parent 804f57d commit ae8a8a5

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
@@ -16,9 +16,10 @@
1616
"prestart:wait": "ts-node prestart.ts",
1717
"start": "tsnd --watch=.env,**/*.squirrelly --inspect=0.0.0.0:9229 --respawn --transpile-only -- src/server.ts",
1818
"test:e2e": "run-s test:e2e:install test:e2e:start",
19+
"test:e2e:debug": "PWDEBUG=1 run-s test:e2e:install test:e2e:headed",
1920
"test:e2e:install": "playwright install",
2021
"test:e2e:start": "playwright test",
21-
"test:e2e:debug": "PWDEBUG=1 yarn test:e2e --headed"
22+
"test:e2e:headed": "playwright test --headed"
2223
},
2324
"dependencies": {
2425
"@commonify/lowdb": "^3.0.0",

0 commit comments

Comments
 (0)