Skip to content

Commit

Permalink
Enable the Playwright trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 15, 2023
1 parent 14fce8c commit 73e2f43
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: 'retain-on-failure',
video: 'retain-on-failure',
},
retries: 1,
Expand Down

0 comments on commit 73e2f43

Please sign in to comment.