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 25cec70 commit 3ac4dbbCopy full SHA for 3ac4dbb
packages/plugin-rsc/playwright.config.ts
@@ -27,6 +27,7 @@ export default defineConfig({
27
},
28
],
29
workers: 1,
30
+ fullyParallel: true,
31
forbidOnly: !!process.env.CI,
32
retries: process.env.CI ? 2 : 0,
33
reporter: ['list', process.env.CI && 'github']
0 commit comments