Skip to content

Commit 4b55260

Browse files
committed
Auto retry tests
1 parent 70e20b8 commit 4b55260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-browser/tests/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const config: PlaywrightTestConfig = {
55
screenshot: 'only-on-failure',
66
viewport: { width: 1200, height: 800 },
77
},
8+
retries: 3,
89
// projects: [
910
// {
1011
// name: 'chromium',

0 commit comments

Comments
 (0)