Skip to content

Commit 4e0cb67

Browse files
committed
fix: add debug flags to e2e test command for improved logging
1 parent bf1bcbf commit 4e0cb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"pub": "sh build/release.sh",
115115
"serve:dev": "npm run serve -- --dev",
116116
"serve": "node server",
117-
"test:e2e": "playwright test",
117+
"test:e2e": "DEBUG=pw:api,pw:browser* npx playwright test",
118118
"test:e2e:chromium": "playwright test --project='chromium'",
119119
"test:e2e:ui": "playwright test --ui",
120120
"test:e2e:consume-types": "echo TODO: test the consume-types example with ESM modules",

0 commit comments

Comments
 (0)