Gathering detailed insights and metrics for testcafe-reporter-list
Gathering detailed insights and metrics for testcafe-reporter-list
Gathering detailed insights and metrics for testcafe-reporter-list
Gathering detailed insights and metrics for testcafe-reporter-list
This is the List reporter plugin for TestCafe.
npm install testcafe-reporter-list
Typescript
Module System
Node Version
NPM Version
98.5
Supply Chain
77.1
Quality
81.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
64,781,152
Last Day
23,307
Last Week
161,914
Last Month
741,117
Last Year
11,194,686
4 Stars
55 Commits
9 Forks
26 Watching
3 Branches
9 Contributors
Latest Version
2.2.0
Package Id
testcafe-reporter-list@2.2.0
Unpacked Size
6.98 kB
Size
2.80 kB
File Count
4
NPM Version
8.19.4
Node Version
16.20.0
Publised On
03 May 2023
Cumulative downloads
Total Downloads
Last day
-28%
23,307
Compared to previous day
Last week
-9.1%
161,914
Compared to previous week
Last month
-12.2%
741,117
Compared to previous month
Last year
-3.7%
11,194,686
Compared to previous year
This is the List reporter plugin for TestCafe.
This reporter is shipped with TestCafe by default. In most cases, you won't need to install it separately.
However, if you need to install this reporter, you can use the following command.
npm install testcafe-reporter-list
When you run tests from the command line, specify the reporter name by using the --reporter
option:
testcafe chrome 'path/to/test/file.js' --reporter list
When you use API, pass the reporter name to the reporter()
method:
1testCafe 2 .createRunner() 3 .src('path/to/test/file.js') 4 .browsers('chrome') 5 .reporter('list') // <- 6 .run();
Developer Express Inc. (https://devexpress.com)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 4
Details
Reason
Found 5/22 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-12-23
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