refactor: change config to save all e2e videos

This commit is contained in:
Joe Previte
2021-04-16 14:12:10 -07:00
parent 1e6f4f2a14
commit a8719e1f79
2 changed files with 1 additions and 29 deletions

View File

@@ -64,7 +64,7 @@ setConfig(config)
const options: PlaywrightOptions = {
headless: true, // Run tests in headless browsers.
video: "retry-with-video",
video: "on",
}
// Run tests in three browsers.