mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
effb221d97
https://github.com/hasura/graphql-engine-mono/pull/1726 GitOrigin-RevId: ae87ca45a111fcdb25ba9c53c1bfd8650e1be78c
17 lines
415 B
JSON
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
|
|
}
|