Skip to content

Commit 568ff3d

Browse files
committed
chore: debug flaky test
1 parent b59402a commit 568ff3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/library/playwright.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ if (mode === 'service2') {
7979
};
8080
}
8181

82+
process.env.DEBUG = 'pw:browser';
83+
8284
const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeWorkerOptions> = {
8385
testDir,
8486
outputDir,
@@ -90,7 +92,7 @@ const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeW
9092
globalTimeout: 5400000,
9193
workers: process.env.CI ? 2 : undefined,
9294
fullyParallel: !process.env.CI,
93-
forbidOnly: !!process.env.CI,
95+
forbidOnly: false,
9496
retries: process.env.CI ? 3 : 0,
9597
reporter: reporters(),
9698
projects: [],

0 commit comments

Comments
 (0)