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.
25 lines
559 B
25 lines
559 B
{ |
|
"baseUrl": "http://localhost:3000/", |
|
"testFiles": [ |
|
"test/masterSuiteRest.js", |
|
"test/masterSuiteGql.js" |
|
], |
|
"defaultCommandTimeout": 13000, |
|
"pageLoadTimeout": 600000, |
|
"viewportWidth": 1980, |
|
"viewportHeight": 1000, |
|
"video": false, |
|
"retries": 0, |
|
"screenshotOnRunFailure": false, |
|
"numTestsKeptInMemory": 0, |
|
"env": { |
|
"testMode": "extREST.extGQL" |
|
}, |
|
"supportedOptionsForTestModes": [ |
|
"extGQL", |
|
"extREST", |
|
"xcdbREST", |
|
"xcdbREST", |
|
"can configure multiple too, seperated by a . as in extREST.extGQL" |
|
] |
|
}
|
|
|