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 70e20b8 commit 4b55260Copy full SHA for 4b55260
data-browser/tests/playwright.config.ts
@@ -5,6 +5,7 @@ const config: PlaywrightTestConfig = {
5
screenshot: 'only-on-failure',
6
viewport: { width: 1200, height: 800 },
7
},
8
+ retries: 3,
9
// projects: [
10
// {
11
// name: 'chromium',
0 commit comments