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.
35 lines
1.2 KiB
35 lines
1.2 KiB
{ |
|
"baseUrl": "http://localhost:3000/", |
|
"testFiles": ["test/ncv2_verification.js", "test/explicitLogin.js"], |
|
"defaultCommandTimeout": 13000, |
|
"pageLoadTimeout": 600000, |
|
"viewportWidth": 1980, |
|
"viewportHeight": 1000, |
|
"video": false, |
|
"retries": 0, |
|
"screenshotOnRunFailure": false, |
|
"numTestsKeptInMemory": 0, |
|
"env": { |
|
"testMode": [ |
|
{ "apiType": "rest", "dbType": "xcdb" }, |
|
{ "apiType": "graphql", "dbType": "xcdb" }, |
|
{ "apiType": "rest", "dbType": "mysql" }, |
|
{ "apiType": "graphql", "dbType": "mysql" }, |
|
{ "apiType": "rest", "dbType": "postgres" } |
|
], |
|
"db": { |
|
"host": "127.0.0.1", |
|
"user": "root", |
|
"password": "password" |
|
}, |
|
"screenshot": false |
|
}, |
|
"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", |
|
"chromeWebSecurity": false |
|
}
|
|
|