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 ca25d25 commit d7872f2Copy full SHA for d7872f2
2 files 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": "DEBUG=pw:api,pw:browser* npx playwright test",
+ "test:e2e": "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",
playwright.config.js
@@ -41,7 +41,7 @@ const config = {
41
// Config - Shared
42
// See https://playwright.dev/docs/api/class-testoptions
43
use: {
44
- actionTimeout: 1000,
+ actionTimeout: 0,
45
baseURL: TEST_HOST, // Allow relative page.goto() (e.g. `await page.goto('/')`).
46
trace: 'on-first-retry',
47
},
0 commit comments