Skip to content

Commit 49c7cc6

Browse files
committed
Retain failed e2e videos only
1 parent f2fa770 commit 49c7cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = {
1212
// Put any shared options on the top level.
1313
use: {
1414
headless: true, // Run tests in headless browsers.
15-
video: "on",
15+
video: "retain-on-failure",
1616
},
1717

1818
projects: [

0 commit comments

Comments
 (0)