Skip to content

Commit

Permalink
Enable screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 4, 2024
1 parent b7eed76 commit 232f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
trace: 'on-first-retry',

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

/* Configure projects for major browsers */
Expand Down

0 comments on commit 232f79b

Please sign in to comment.