graphql-engine/console/cypress.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
428 B
JSON
Raw Normal View History

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