mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
b2abc8b2c1
* 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
14 lines
340 B
JSON
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
|
|
}
|