Skip to content

craigmulligan/jest-log-failure-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Why

Most other testing frameworks I've used will hide the stdout from successful tests and only print those from failures. It makes the test output alot more readable. This gives jest the same behaviour. Checkout this issue for more context.

Usage:

npm i --dev jest-log-failure-reporter
...
	// Use this configuration option to add custom reporters to Jest
        "reporters": [
           "jest-log-failure-reporter"
        ]
...

About

A jest reporter that only shows full logs for failured tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published