mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +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
19 lines
438 B
JSON
19 lines
438 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": {
|
|
"runMode": 2,
|
|
"openMode": 1
|
|
}
|
|
}
|