mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
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.
|
||||
use: {
|
||||
headless: true, // Run tests in headless browsers.
|
||||
video: "on",
|
||||
video: "retain-on-failure",
|
||||
},
|
||||
|
||||
projects: [
|
||||
|
||||
Reference in New Issue
Block a user