1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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

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