Gathering detailed insights and metrics for testcafe-reporter-spec
Gathering detailed insights and metrics for testcafe-reporter-spec
Gathering detailed insights and metrics for testcafe-reporter-spec
Gathering detailed insights and metrics for testcafe-reporter-spec
testcafe-reporter-spec-plus
Spec TestCafe reporter plugin with warnings filter and other bonuses.
testcafe-reporter-atc-spec
Testcafe Reporter that integrates with BMW ATC Jira
testcafe-reporter-spec-time
A testcafe reporter with timing information
testcafe-reporter-dhx-spec-reporter
dhx-spec-reporter TestCafe reporter plugin.
npm install testcafe-reporter-spec
Typescript
Module System
Node Version
NPM Version
99.3
Supply Chain
77.6
Quality
81.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
65 Commits
19 Forks
28 Watchers
4 Branches
10 Contributors
Updated on Oct 19, 2024
Latest Version
2.2.0
Package Id
testcafe-reporter-spec@2.2.0
Unpacked Size
8.09 kB
Size
3.03 kB
File Count
4
NPM Version
8.19.3
Node Version
16.19.1
Published on
Apr 04, 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 Spec 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-spec
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 spec
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('spec') // <- 6 .run();
Developer Express Inc. (https://devexpress.com)
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 7/25 approved changesets -- score normalized to 2
Reason
SAST tool is not run on all commits -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
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-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