mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 00:55:16 +00:00
65d0eb72f5
* Update ngines definition to allow for newer versions of Node. With Node version 19 I stumbled into some issues so for now bumped it to v16, until we get to updating the libraries we use. * docker-compose.yml updates: 1. Switch to newer maildev docker image. 2. Update local port to 5001 as 5000 seems to be used by a system process now. * Update pymssql and pyarrow. Also commented out ibm-db until we have a way to not install it only on ARM.
19 lines
540 B
JSON
19 lines
540 B
JSON
{
|
|
"baseUrl": "http://localhost:5001",
|
|
"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,
|
|
"env": {
|
|
"coverage": false
|
|
}
|
|
}
|