Retain failed e2e videos only
This commit is contained in:
@@ -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