Browse Source

test: enable screenshots

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

4
scripts/cypress-v2/cypress.json

@ -19,9 +19,9 @@
"pageLoadTimeout": 600000, "pageLoadTimeout": 600000,
"viewportWidth": 1980, "viewportWidth": 1980,
"viewportHeight": 1000, "viewportHeight": 1000,
"video": false, "video": true,
"retries": 0, "retries": 0,
"screenshotOnRunFailure": false, "screenshotOnRunFailure": true,
"numTestsKeptInMemory": 0, "numTestsKeptInMemory": 0,
"experimentalInteractiveRunEvents": true, "experimentalInteractiveRunEvents": true,
"env": { "env": {

Loading…
Cancel
Save