Skip to content

Commit

Permalink
refactor(citrus-simulator-ui): video recording mode in playwright.con…
Browse files Browse the repository at this point in the history
…fig.ts 'on-first-retry'
  • Loading branch information
muellerfluri committed Sep 17, 2024
1 parent a0ce04d commit de964e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator-ui/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
video: {
mode: 'on',
mode: 'on-first-retry',
size: { width: 640, height: 480 },
},
},
Expand Down

0 comments on commit de964e3

Please sign in to comment.