mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"env": {
|
|
"BASE_URL": "http://localhost:3000",
|
|
"TEST_MODE": "parallel"
|
|
},
|
|
"ignoreTestFiles": ["*spec.js", "validators.js"],
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 720,
|
|
"chromeWebSecurity": false,
|
|
"video": false
|
|
}
|