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