Skip to content

Commit

Permalink
test: configure remove video
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork committed Nov 22, 2024
1 parent 282a9d3 commit 706439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-web/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",
testIdAttribute: "data-test-id",
video: "retain-on-failure",
video: "off", //for debugging set to 'retain-on-failure'
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit 706439d

Please sign in to comment.