mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
16 lines
502 B
JSON
16 lines
502 B
JSON
{
|
|
"baseUrl": "http://localhost:5000",
|
|
"video": true,
|
|
"videoUploadOnPasses": false,
|
|
"fixturesFolder": "client/cypress/fixtures",
|
|
"integrationFolder": "client/cypress/integration",
|
|
"pluginsFile": "client/cypress/plugins/index.js",
|
|
"screenshotsFolder": "client/cypress/screenshots",
|
|
"videosFolder": "client/cypress/videos",
|
|
"supportFile": "client/cypress/support/index.js",
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 15000,
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 1024
|
|
}
|