[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:
Jesse Yang
2020-04-16 23:35:01 -07:00
committed by GitHub
parent 4a55e1ea3a
commit d8de540e0c
18 changed files with 5485 additions and 130 deletions

View File

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