cicd: disable screenshot on failure

This commit is contained in:
Jean-Baptiste Pasquier 2021-02-23 21:53:57 +01:00
parent f5767ad795
commit b7f11cd125
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{
"baseUrl": "http://127.0.0.1:3000",
"defaultCommandTimeout": 1000,
"defaultCommandTimeout": 2000,
"chromeWebSecurity": false,
"viewportWidth": 1920,
"viewportHeight": 1080,
"video": false
"video": false,
"screenshotOnRunFailure": false
}