Skip to content

Commit

Permalink
Switch to 'on-first-retry'
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 15, 2023
1 parent 4bb62b3 commit 0efd1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
...baseConfig,
use: {
appPath: '',
trace: 'retain-on-failure',
trace: 'on-first-retry',
video: 'retain-on-failure',
},
retries: 1,
Expand Down

0 comments on commit 0efd1f1

Please sign in to comment.