graphql-engine/console/cypress.json
Rishichandra Wawhal b2abc8b2c1 console: update tests for multiple modes
* console: fix create-table tests

1. Changed "Creating table failed" -> "Create table failed"
2. Updated cypress > plugins > index.js. It must export a function

* console: fix test for insert-browse

console: added a test for checking descending sort

* console: fix migration inconsistency in hdb mode

* console: fix tests for modify-table

* console: fix permissiosn tests

* console: fixed all tests

* console: updated the test workflow

* console: disabling video recording while testing

* console: taking migrate URL from env

* console: update readme, fixed typo
2018-07-03 12:47:08 +05:30

14 lines
340 B
JSON

{
"baseUrl": "http://localhost:3000",
"env": {
"BASE_URL": "http://localhost:3000",
"TEST_MODE": "cli",
"MIGRATE_URL": "http://localhost:9693/apis/migrate"
},
"ignoreTestFiles": ["*spec.js", "validators.js", "utils.js"],
"viewportWidth": 1280,
"viewportHeight": 720,
"chromeWebSecurity": false,
"video": false
}