mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"env": {
|
|
"BASE_URL": "http://localhost:3000",
|
|
"TEST_MODE": "parallel",
|
|
"MIGRATE_URL": "http://localhost:9693/apis/migrate"
|
|
},
|
|
"ignoreTestFiles": ["*spec.js", "validators.js", "utils.js"],
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 720,
|
|
"chromeWebSecurity": false,
|
|
"video": false,
|
|
"projectId": "5yiuic"
|
|
}
|