graphql-engine/console/cypress.json
Vijay Prasanna 74704801cb console/tests: add manage db tests for mssql
https://github.com/hasura/graphql-engine-mono/pull/1782

Co-authored-by: Sooraj <8408875+soorajshankar@users.noreply.github.com>
GitOrigin-RevId: 1ed4c6d09d2dbd6f68faacd83e7daae916cff972
2021-08-09 14:04:54 +00:00

17 lines
428 B
JSON

{
"baseUrl": "http://localhost:3000",
"env": {
"BASE_URL": "http://localhost:3000",
"TEST_MODE": "parallel",
"MIGRATE_URL": "http://localhost:9693/apis/migrate"
},
"ignoreTestFiles": ["spec.ts", "validators.ts", "utils.ts", "*.spec.ts"],
"viewportWidth": 1280,
"viewportHeight": 720,
"chromeWebSecurity": false,
"video": false,
"projectId": "5yiuic",
"retries": 1,
"numTestsKeptInMemory": 10
}