Gathering detailed insights and metrics for jest-summary-reporter
Gathering detailed insights and metrics for jest-summary-reporter
Gathering detailed insights and metrics for jest-summary-reporter
Gathering detailed insights and metrics for jest-summary-reporter
jest-html-reporter
Jest test results processor for generating a summary in HTML
jest-html-reporters
Jest test results processor for generating a summary in HTML
jest-add-summary-reporter
A custom reporter for jest which adds a summary of failed tests at the end of the run
jest-summary-reporters
A jest reporter which provides a summary of the results and code coverage.
npm install jest-summary-reporter
Typescript
Module System
Node Version
NPM Version
99.3
Supply Chain
73.6
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
7,594,905
Last Day
9,425
Last Week
52,120
Last Month
234,655
Last Year
2,069,108
5 Stars
4 Commits
4 Forks
3 Watchers
1 Branches
1 Contributors
Updated on Apr 12, 2024
Minified
Minified + Gzipped
Latest Version
0.0.2
Package Id
jest-summary-reporter@0.0.2
Size
2.25 kB
NPM Version
5.5.1
Node Version
8.9.1
Published on
May 16, 2018
Cumulative downloads
Total Downloads
Last Day
-11.9%
9,425
Compared to previous day
Last Week
-9.4%
52,120
Compared to previous week
Last Month
68%
234,655
Compared to previous month
Last Year
2.1%
2,069,108
Compared to previous year
Simple reporter to summarize the failing tests at the END of a test run. Without this, you may be scrolling through pages of results to figure out which files to edit.
See the issue that inspired this.
Add jest-summary-reporter
in addition to default reporters that Jest provides:
{
"reporters": [
"default",
"jest-summary-reporter"
]
}
If you want to see passing/pending tests as well:
{
"reporters": [
"default",
["jest-summary-reporter", {"failuresOnly": false}]
]
}
NB: This module is not complete enough to be useful as the only reporter.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
67 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More