diff --git a/simulator-ui/playwright.config.ts b/simulator-ui/playwright.config.ts index ed190f06..378b8e6d 100644 --- a/simulator-ui/playwright.config.ts +++ b/simulator-ui/playwright.config.ts @@ -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 }, }, },