superset/superset-frontend/cypress-base/cypress.json
Jesse Yang d8de540e0c
[Build] Collect frontend code coverage from Cypress tests (#9555)
* build: collect code coverage from Cypress

Collect frontend code coverage reports from Cypress tests and add
proper tagging for all tests.

* Fix bash script lint error from shellcheck

* Revert Cypress to 4.3.0 to see if it fixes a failing test
2020-04-16 23:35:01 -07:00

15 lines
307 B
JSON

{
"baseUrl": "http://localhost:8081",
"chromeWebSecurity": false,
"defaultCommandTimeout": 5000,
"requestTimeout": 10000,
"ignoreTestFiles": [
"**/!(*.test.js)"
],
"video": false,
"videoUploadOnPasses": false,
"viewportWidth": 1280,
"viewportHeight": 1024,
"projectId": "ukwxzo"
}