Skip to content

Commit 6c4cebb

Browse files
committed
Retry tests with tracing enabled
1 parent 726b1f4 commit 6c4cebb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

playwright.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {PlaywrightTestConfig} from '@playwright/test';
33
const config: PlaywrightTestConfig = {
44
testDir: './e2e/',
55
outputDir: __dirname + '/logs/tests/e2e/',
6+
retries: 2,
67
use: {
78
baseURL: process.env.E2E_BASE_URL ?? 'https://artisans.lan:4207/',
89
headless: true,
@@ -16,6 +17,7 @@ const config: PlaywrightTestConfig = {
1617
height: 720,
1718
},
1819
},
20+
trace: 'on-all-retries',
1921
},
2022
};
2123

0 commit comments

Comments
 (0)