Skip to content

Commit

Permalink
Retain trace on failure on CI (#40586)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 authored Apr 27, 2022
1 parent f088533 commit aa6c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: PlaywrightTestConfig = {
},
storageState: STORAGE_STATE_PATH,
actionTimeout: 10_000, // 10 seconds.
trace: process.env.CI ? 'on-first-retry' : 'retain-on-failure',
trace: 'retain-on-failure',
screenshot: 'only-on-failure',
video: 'on-first-retry',
},
Expand Down

0 comments on commit aa6c071

Please sign in to comment.