Gathering detailed insights and metrics for jest-summarizing-reporter
Gathering detailed insights and metrics for jest-summarizing-reporter
npm install jest-summarizing-reporter
Typescript
Module System
Node Version
NPM Version
87
Supply Chain
88.5
Quality
75.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,270,846
Last Day
1,567
Last Week
8,372
Last Month
33,520
Last Year
412,476
Unlicense License
12 Stars
36 Commits
6 Forks
2 Watchers
1 Branches
2 Contributors
Updated on Aug 06, 2024
Latest Version
1.1.4
Package Id
jest-summarizing-reporter@1.1.4
Unpacked Size
12.46 kB
Size
4.78 kB
File Count
21
NPM Version
6.13.6
Node Version
13.8.0
Cumulative downloads
Total Downloads
Last Day
-0.8%
1,567
Compared to previous day
Last Week
-6.7%
8,372
Compared to previous week
Last Month
54.3%
33,520
Compared to previous month
Last Year
28.8%
412,476
Compared to previous year
1
Custom reporter for Jest that only prints the summary of the test run. With diffs
option, also prints the default error messages aka diffs before the summary.
Personally I think this behaviour should not require a custom reporter, and the level of similarity between this and the default output should be proof enough.
Tested only on my windows machine with a simple pet project.
If you have any questions or suggestions contact me by e-mail.
It came to my attention (a little too late) that at least 3 packages with same functionality already exist npm search results for jest summary reporters
So if you have found this repo but it is not working out for you for some reason, check out above link.
npm i -D jest-summarizing-reporter
CLI:
jest --reporters jest-summarizing-reporter
Jest Config:
{
"reporters": ["jest-summarizing-reporter"]
}
If enabled prints jests default error explanations before the summary
{
"reporters": [
["jest-summarizing-reporter", {diffs: true}]
]
}
Default output:
When all tests pass:
Unlicense
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
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
Found 0/30 approved changesets -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-10
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