redash/cypress.json
Arik Fraimovich 65d0eb72f5
Update development workflow for Apple Silicon, Node version, default port, and maildev image (#5932)
* 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.
2023-03-24 14:36:58 -07:00

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
}
}