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 c8ecad0 commit 904a062Copy full SHA for 904a062
packages/plugin-rsc/playwright.config.ts
@@ -26,6 +26,7 @@ export default defineConfig({
26
use: devices['Desktop Safari'],
27
},
28
],
29
+ workers: 1,
30
forbidOnly: !!process.env.CI,
31
retries: process.env.CI ? 2 : 0,
32
reporter: ['list', process.env.CI && 'github']
0 commit comments