Skip to content

Commit

Permalink
Enable the Playwright trace (#7050)
Browse files Browse the repository at this point in the history
* Enable the Playwright trace

* Switch to `'on-first-retry'`
  • Loading branch information
jtpio committed Sep 15, 2023
1 parent 068175a commit 7927b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
...baseConfig,
use: {
appPath: '',
trace: 'on-first-retry',
video: 'retain-on-failure',
},
retries: 1,
Expand Down

0 comments on commit 7927b21

Please sign in to comment.