mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
559 B
26 lines
559 B
3 years ago
|
{
|
||
3 years ago
|
"baseUrl": "http://localhost:3000/",
|
||
3 years ago
|
"testFiles": [
|
||
3 years ago
|
"test/masterSuiteRest.js",
|
||
|
"test/masterSuiteGql.js"
|
||
3 years ago
|
],
|
||
3 years ago
|
"defaultCommandTimeout": 13000,
|
||
3 years ago
|
"pageLoadTimeout": 600000,
|
||
3 years ago
|
"viewportWidth": 1980,
|
||
3 years ago
|
"viewportHeight": 1000,
|
||
3 years ago
|
"video": false,
|
||
3 years ago
|
"retries": 0,
|
||
3 years ago
|
"screenshotOnRunFailure": false,
|
||
3 years ago
|
"numTestsKeptInMemory": 0,
|
||
3 years ago
|
"env": {
|
||
3 years ago
|
"testMode": "extREST.extGQL"
|
||
3 years ago
|
},
|
||
3 years ago
|
"supportedOptionsForTestModes": [
|
||
3 years ago
|
"extGQL",
|
||
|
"extREST",
|
||
|
"xcdbREST",
|
||
|
"xcdbREST",
|
||
|
"can configure multiple too, seperated by a . as in extREST.extGQL"
|
||
|
]
|
||
3 years ago
|
}
|