superset/superset-frontend/cypress-base/package.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

20 lines
450 B
JSON

{
"name": "superset-cypress",
"version": "1.0.0",
"description": "run cypress against superset",
"scripts": {
"cypress": "cypress",
"cypress-debug": "cypress open --config watchForFileChanges=true"
},
"author": "Apcahe",
"license": "Apache-2.0",
"dependencies": {
"shortid": "^2.2.15"
},
"devDependencies": {
"@cypress/code-coverage": "^3.1.0",
"cypress": "4.3.0",
"eslint-plugin-cypress": "^2.10.3"
}
}