Skip to content

jenkinsci/test-stability-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-stability-plugin

Build Status

This plugin adds historical information about the stability of tests - i.e. the percentage how often they failed.

Configuration

Global

Configure the maximal history length (default is 30)

Per-Job

Enable the Additional test report features.

Pipeline usage

Instead of using this in your Jenkinsfile to collect test results:

junit '**/*.xml'

you should use this:

junit testResults: '**/*.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]

Test health

Example test result:

About

Test stability statistics plugin for Jenkins

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.1%
  • Groovy 6.9%