Skip to content

Commit 3ac4dbb

Browse files
committed
test: workers 1 but fullyParallel?
1 parent 25cec70 commit 3ac4dbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-rsc/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
},
2828
],
2929
workers: 1,
30+
fullyParallel: true,
3031
forbidOnly: !!process.env.CI,
3132
retries: process.env.CI ? 2 : 0,
3233
reporter: ['list', process.env.CI && 'github']

0 commit comments

Comments
 (0)