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 af3d4c8 commit 3c608fbCopy full SHA for 3c608fb
e2e/playwright.config.ts
@@ -56,6 +56,8 @@ export default defineConfig({
56
...serverOptions,
57
},
58
],
59
+ reporter: process.env.CI ? [['list'], ['github']] : 'list',
60
+
61
expect: {
62
timeout: process.env.CI ? 30_000 : 10_000,
63
0 commit comments