mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +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: {
|
use: {
|
||||||
viewport: { width: 1280, height: 720 },
|
viewport: { width: 1280, height: 720 },
|
||||||
ignoreHTTPSErrors: true,
|
ignoreHTTPSErrors: true,
|
||||||
video: "on-first-retry",
|
video: "retain-on-failure",
|
||||||
baseURL,
|
baseURL,
|
||||||
},
|
},
|
||||||
webServer: {
|
webServer: {
|
||||||
|
|
Loading…
Reference in a new issue