Skip to content

Commit

Permalink
test(e2e): retain traces for failed runs (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa authored Sep 16, 2024
1 parent 9ade2a6 commit 00b4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
{ open: 'never', outputFolder: path.join(testDir, 'playwright-report') },
],
],
use: { trace: 'on-first-retry' },
use: { trace: 'retain-on-failure' },

projects: [
{
Expand Down

0 comments on commit 00b4e92

Please sign in to comment.