Retain failed e2e videos only
This commit is contained in:
parent
f2fa7701a9
commit
49c7cc6e8a
|
@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = {
|
|||
// Put any shared options on the top level.
|
||||
use: {
|
||||
headless: true, // Run tests in headless browsers.
|
||||
video: "on",
|
||||
video: "retain-on-failure",
|
||||
},
|
||||
|
||||
projects: [
|
||||
|
|
Loading…
Reference in New Issue