Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Saeger/jest-jenkins-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now maintained by Digital Route. The future developement and maintenance will be continuted in Digital Route's repo.

jest-jenkins-reporter

A plugin that integrates jest test results into Jenkins.

Installation

$ npm install --save jest-jenkins-reporter
or
$ yarn add jest-jenkins-reporter --dev

Usage

Configuring package.json

Add jest test result processor, here is jest-jerkins-reporter. If you want to use your self processor, you can replace "jest-jerkins-reporter".

"jest": {
    ...
    ...
    "testResultsProcessor": "jest-jenkins-reporter"
  }

Reporter file config:

"jestSonar": {
    "reportPath": "reports",
    "reportFile": "report.xml",
    "indent": 4
  }
  
  • reportPath: Report file generation path.
  • reportFile: Report file name.
  • indent: XML file indentation space number.

Test script:

"test-jenkins": "NODE_ENV=test jest --colors"

License

MIT

About

A test reporter of jenkins for Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%