Playwright - retain video on failure (#11971)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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

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: {