mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 13:46:16 +02:00
Playwright - retain video on failure (#11971)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user