Browse Source

Merge pull request #1884 from nocodb/test/cypress

test: cypress disable screenshots/ suspecting flakyness
pull/1894/head
Raju Udava 3 years ago committed by GitHub
parent
commit
6ef4d098b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/cypress/cypress.json

4
scripts/cypress/cypress.json

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

Loading…
Cancel
Save