mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Retain failed e2e videos only
This commit is contained in:
parent
f2fa7701a9
commit
49c7cc6e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue