Skip to content

Commit 6c1f336

Browse files
committed
only one worker in ci might help
1 parent 6548967 commit 6c1f336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

epicshop/playwright.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const tmpDir = path.join(
1010
)
1111

1212
export default defineConfig({
13+
workers: process.env.CI ? 1 : undefined,
1314
outputDir: path.join(tmpDir, 'playwright-test-output'),
1415
reporter: [
1516
[

0 commit comments

Comments
 (0)