Skip to content

Commit

Permalink
Turn on video recording to debug flaky complaint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
muradium committed Oct 29, 2024
1 parent 7503f9c commit 7c2b5bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
ignoreHTTPSErrors: true,
video: {
mode: 'on',
size: { width: 1280, height: 720 },
},
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit 7c2b5bc

Please sign in to comment.