mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
[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
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
"shortid": "^2.2.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^4.3.0"
|
||||
"@cypress/code-coverage": "^3.1.0",
|
||||
"cypress": "4.3.0",
|
||||
"eslint-plugin-cypress": "^2.10.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user