Skip to content

Mocha's spec reporter with retry stats and percentages

License

Notifications You must be signed in to change notification settings

rweda/mocha-extra-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocha ExtraSpec

Mocha's spec reporter with retry stats and percentages.

Build Status

screenshot

Features

  • Visible Retries Retries can waste time and hide stability issues. Instead of ignoring them, the number of retries attempted is displayed under each test.
  • Percentage Summary Instead of marking retries as successful and moving on, the summary includes a simple percentage of failed attempts (including both successful and unsuccessful runs). This can even be included in CI as a coverage statistic, to reflect the overall health of the build.

Usage

npm install --save-dev mocha extra-spec
mocha --reporter extra-spec

About

Mocha's spec reporter with retry stats and percentages

Resources

License

Stars

Watchers

Forks

Packages

No packages published