jest-minimal-reporter
v1.0.1
Published
A jest reporter to show test results in a more simple and retro style.
Maintainers
Readme
Jest-Minimal-Reporter
This project offers a custom reporter for the test framework jest.
It target is to show test results in an simple way, while highlighting unexpected states.
Scripts
buildbuilds javascript output to /lib folderstartsame asbuildbut with active watch modetestruns code tests onlytest:exapmlesruns code tests and examples together
Example
.........................t.......................
.................................................
.............FF..................................
.................................................
...................*.............................
.................................................
.......................................t.........
.................................................
..................
Ran 410 tests in 37.234 s
405 passing
2 failing
1 pending
2 todoPossible output chars
.test case a succeededFtest case failed*test is pending (e.g. fetch or promise that doesn't resolved within timeout)ttest.todo
Reporter options
color[boolean] highlight errors in redlineLength[number] adds linebreak after given number of test caseshideErrorReport[boolean] hide list of occured errors after tests are done
