Playwright - retain video on failure ()

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28788/head^2
Michael Telatynski 2023-11-29 16:01:41 +00:00 committed by GitHub
parent 1b3f473c10
commit 2dbf6a8767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export default defineConfig<TestOptions>({
use: {
viewport: { width: 1280, height: 720 },
ignoreHTTPSErrors: true,
video: "on-first-retry",
video: "retain-on-failure",
baseURL,
},
webServer: {