mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
build(cypress): Fix issue with cypress code-coverage plugin when running locally (#11698)
* Update @cypress/code-coverage to latest * Set nyc reporter to html/text * Revert dashboard list test changes from #11613 * Update codecov reporting to summary format * Add json reporter for codecov.io * Silence inline coverage reports
This commit is contained in:
1369
superset-frontend/cypress-base/package-lock.json
generated
1369
superset-frontend/cypress-base/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,12 +10,15 @@
|
||||
"author": "Apcahe",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@cypress/code-coverage": "^3.8.1",
|
||||
"@cypress/code-coverage": "^3.8.3",
|
||||
"rison": "^0.1.1",
|
||||
"shortid": "^2.2.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^5.5.0",
|
||||
"eslint-plugin-cypress": "^2.11.1"
|
||||
},
|
||||
"nyc": {
|
||||
"reporter": ["html", "json"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user