Skip to content

Commit

Permalink
Make screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 4, 2024
1 parent e8306c2 commit b7eed76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export default defineConfig({

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',

/* Keep the test report small. See https://playwright.dev/docs/api/class-testoptions#test-options-screenshot */
screenshot: 'off',
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit b7eed76

Please sign in to comment.