mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
74704801cb
https://github.com/hasura/graphql-engine-mono/pull/1782 Co-authored-by: Sooraj <8408875+soorajshankar@users.noreply.github.com> GitOrigin-RevId: 1ed4c6d09d2dbd6f68faacd83e7daae916cff972
17 lines
428 B
JSON
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
|
|
}
|