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.
|
// Put any shared options on the top level.
|
||||||
use: {
|
use: {
|
||||||
headless: true, // Run tests in headless browsers.
|
headless: true, // Run tests in headless browsers.
|
||||||
video: "on",
|
video: "retain-on-failure",
|
||||||
},
|
},
|
||||||
|
|
||||||
projects: [
|
projects: [
|
||||||
|
Reference in New Issue
Block a user