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.
39 lines
1.0 KiB
39 lines
1.0 KiB
3 years ago
|
{
|
||
3 years ago
|
"baseUrl": "http://localhost:3000/",
|
||
3 years ago
|
"testFiles": [
|
||
3 years ago
|
"test/restTableOps.js",
|
||
|
"test/restViews.js",
|
||
|
"test/restRoles.js",
|
||
|
"test/restMisc.js",
|
||
|
"test/gqlTableOps.js",
|
||
|
"test/gqlViews.js",
|
||
|
"test/gqlRoles.js",
|
||
|
"test/gqlMisc.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
|
],
|
||
|
"fixturesFolder": "scripts/cypress/fixtures",
|
||
|
"integrationFolder": "scripts/cypress/integration",
|
||
|
"pluginsFile": "scripts/cypress/plugins/index.js",
|
||
|
"screenshotsFolder": "scripts/cypress/screenshots",
|
||
|
"videosFolder": "scripts/cypress/videos",
|
||
|
"downloadsFolder": "scripts/cypress/downloads",
|
||
|
"supportFile": "scripts/cypress/support/index.js"
|
||
3 years ago
|
}
|