jest-report-processor
v0.0.7
Published
Jest report processor
Downloads
5
Readme
jest-report-processor
jest报告处理器
使用方法:
npm install jest-report-processor
jest.config.js:
coverageDirectory: '<rootDir>/tests/unit/coverage',
coverageReporters: [
'lcov',
'text-summary',
],
testResultsProcessor: '<rootDir>/node_modules/jest-report-processor',
package.json:
"jest-report-processor": {
"pipelineName": "流水线", // 流水线名称
"maxShowCase": 200, // 最大展示用例数量
"resultSavePath": "/tmp" // 处理结果保存路径
}