Skip to content

Commit 7927b21

Browse files
authored
Enable the Playwright trace (#7050)
* Enable the Playwright trace * Switch to `'on-first-retry'`
1 parent 068175a commit 7927b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui-tests/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
...baseConfig,
55
use: {
66
appPath: '',
7+
trace: 'on-first-retry',
78
video: 'retain-on-failure',
89
},
910
retries: 1,

0 commit comments

Comments
 (0)