0.0.7 • Published 3 years ago

jest-report-processor v0.0.7

Weekly downloads
20
License
ISC
Repository
-
Last release
3 years ago

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" // 处理结果保存路径
  }
0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago