jest-report-processor

0.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i jest-report-processor

Weekly Downloads

2

Version

0.0.7

License

ISC

Unpacked Size

12 kB

Total Files

5

Last publish

Collaborators

  • yanggwcn