You've already forked matrix-react-sdk
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:
committed by
GitHub
parent
1b3f473c10
commit
2dbf6a8767
@ -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: {
|
||||
|
Reference in New Issue
Block a user