cicd: disable screenshot on failure
This commit is contained in:
parent
f5767ad795
commit
b7f11cd125
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"baseUrl": "http://127.0.0.1:3000",
|
"baseUrl": "http://127.0.0.1:3000",
|
||||||
"defaultCommandTimeout": 1000,
|
"defaultCommandTimeout": 2000,
|
||||||
"chromeWebSecurity": false,
|
"chromeWebSecurity": false,
|
||||||
"viewportWidth": 1920,
|
"viewportWidth": 1920,
|
||||||
"viewportHeight": 1080,
|
"viewportHeight": 1080,
|
||||||
"video": false
|
"video": false,
|
||||||
|
"screenshotOnRunFailure": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user