Skip to content

Commit

Permalink
Enable Playwright trace (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 4, 2023
1 parent 7e4dbb3 commit 76d4993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
reporter: [[process.env.CI ? 'dot' : 'list'], ['html']],
use: {
baseURL: 'http://localhost:8866',
trace: 'on-first-retry',
video: 'retain-on-failure',
},
retries: 2,
Expand Down

0 comments on commit 76d4993

Please sign in to comment.