mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Playwright - retain video on failure (#11971)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1b3f473c10
commit
2dbf6a8767
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue