graphql-engine/console/cypress.json
Sooraj effb221d97 console: fix test_oss_console ci errors
https://github.com/hasura/graphql-engine-mono/pull/1726

GitOrigin-RevId: ae87ca45a111fcdb25ba9c53c1bfd8650e1be78c
2021-07-12 10:40:50 +00:00

17 lines
415 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"],
"viewportWidth": 1280,
"viewportHeight": 720,
"chromeWebSecurity": false,
"video": false,
"projectId": "5yiuic",
"retries": 1,
"numTestsKeptInMemory": 10
}