instrument codebase / compile code coverage report from Jest and Cypress tests (#450)
* instrument codebase via babel-plugin-istanbul for Cypress * direct jest report to jest-coverage / cypress report to cypress-coverage * combine/display code coverage report from all tests via "npm run report" BUG: ZAPP-774
显示
- .babelrc 3 个添加, 0 个删除.babelrc
- .github/workflows/release.yml 1 个添加, 3 个删除.github/workflows/release.yml
- .gitignore 7 个添加, 0 个删除.gitignore
- Jenkinsfile 1 个添加, 1 个删除Jenkinsfile
- cypress/plugins/index.js 8 个添加, 0 个删除cypress/plugins/index.js
- cypress/support/index.js 1 个添加, 0 个删除cypress/support/index.js
- jest.config.js 1 个添加, 1 个删除jest.config.js
- package-lock.json 1957 个添加, 392 个删除package-lock.json
- package.json 18 个添加, 3 个删除package.json
- src-script/install-packages-ubuntu 1 个添加, 0 个删除src-script/install-packages-ubuntu
- src-script/zap-combine-reports.js 66 个添加, 0 个删除src-script/zap-combine-reports.js
- src-script/zap-uitest.js 1 个添加, 1 个删除src-script/zap-uitest.js
加载中
想要评论请 注册 或 登录