mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
b2103cda61
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4482 GitOrigin-RevId: bd628911e607ab41399b31f7dd8fe9c361e0f052
15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"env": {
|
|
"BASE_URL": "http://localhost:3000",
|
|
"TEST_MODE": "parallel",
|
|
"MIGRATE_URL": "http://localhost:9693/apis/migrate"
|
|
},
|
|
"testFiles": ["**/test.ts", "**/*.test.ts"],
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 720,
|
|
"chromeWebSecurity": false,
|
|
"video": false,
|
|
"projectId": "5yiuic"
|
|
}
|