mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 23:34:56 +00:00
[test] cypress: 8x parallel execution
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
38
scripts/cypress/cypress.json
Normal file
38
scripts/cypress/cypress.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"baseUrl": "http://localhost:3000/",
|
||||
"testFiles": [
|
||||
"test/restTableOps.js",
|
||||
"test/restViews.js",
|
||||
"test/restRoles.js",
|
||||
"test/restMisc.js",
|
||||
"test/gqlTableOps.js",
|
||||
"test/gqlViews.js",
|
||||
"test/gqlRoles.js",
|
||||
"test/gqlMisc.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"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user