Browse Source

test: cypress disable screenshots/ suspecting flakyness due to screenshots

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1884/head
Raju Udava 2 years ago
parent
commit
2021c59342
  1. 4
      scripts/cypress/cypress.json

4
scripts/cypress/cypress.json

@ -28,7 +28,7 @@
"viewportHeight": 1000,
"video": false,
"retries": 0,
"screenshotOnRunFailure": true,
"screenshotOnRunFailure": false,
"numTestsKeptInMemory": 0,
"env": {
"testMode": [
@ -43,7 +43,7 @@
"user": "root",
"password": "password"
},
"screenshot": true
"screenshot": false
},
"fixturesFolder": "scripts/cypress/fixtures",
"integrationFolder": "scripts/cypress/integration",

Loading…
Cancel
Save