Skip to content

Commit d9622aa

Browse files
committed
- revert changes in playwright.config.ts
Signed-off-by: yasenltd <yasenltd@gmail.com>
1 parent 0120402 commit d9622aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

automation/playwright.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ export default defineConfig({
66
? [['github'], ['list'], ['html', { outputFolder: 'reports/playwright', open: 'never' }]]
77
: [['list'], ['html', { outputFolder: 'reports/playwright', open: 'on-failure' }]],
88
use: {
9-
video: 'retain-on-failure',
109
screenshot: {
1110
mode: 'only-on-failure',
1211
fullPage: true,
1312
},
1413
trace: 'retain-on-failure',
1514
},
1615
reportSlowTests: null,
17-
retries: process.env.CI ? 0 : 0,
16+
retries: process.env.CI ? 2 : 0,
1817
timeout: process.env.CI ? 60_000 : 3600_000,
1918
workers: 1,
2019

0 commit comments

Comments
 (0)