Gathering detailed insights and metrics for testcafe-reporter-minimal
Gathering detailed insights and metrics for testcafe-reporter-minimal
Gathering detailed insights and metrics for testcafe-reporter-minimal
Gathering detailed insights and metrics for testcafe-reporter-minimal
This is the Minimal reporter plugin for TestCafe.
npm install testcafe-reporter-minimal
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
41 Commits
6 Forks
26 Watchers
6 Branches
9 Contributors
Updated on Oct 19, 2024
Latest Version
2.2.0
Package Id
testcafe-reporter-minimal@2.2.0
Unpacked Size
6.74 kB
Size
2.75 kB
File Count
4
NPM Version
8.19.4
Node Version
16.20.0
Published on
May 03, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This is the Minimal 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-minimal
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 minimal
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('minimal') // <- 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
Found 8/25 approved changesets -- score normalized to 3
Reason
7 existing vulnerabilities detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
Score
Last Scanned on 2025-07-07
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