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.
1 parent bf1bcbf commit 4e0cb67Copy full SHA for 4e0cb67
1 file changed
package.json
@@ -114,7 +114,7 @@
114
"pub": "sh build/release.sh",
115
"serve:dev": "npm run serve -- --dev",
116
"serve": "node server",
117
- "test:e2e": "playwright test",
+ "test:e2e": "DEBUG=pw:api,pw:browser* npx playwright test",
118
"test:e2e:chromium": "playwright test --project='chromium'",
119
"test:e2e:ui": "playwright test --ui",
120
"test:e2e:consume-types": "echo TODO: test the consume-types example with ESM modules",
0 commit comments