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 Dec 5, 2024
1 parent 273a075 commit f3052f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
retries: 0,
use: {
...baseConfig.use,
trace: 'off'
trace: 'on-first-retry'
},
expect: {
toMatchSnapshot: {
Expand Down

0 comments on commit f3052f2

Please sign in to comment.