Gathering detailed insights and metrics for testcafe-reporter-dhx-spec-reporter
Gathering detailed insights and metrics for testcafe-reporter-dhx-spec-reporter
Gathering detailed insights and metrics for testcafe-reporter-dhx-spec-reporter
Gathering detailed insights and metrics for testcafe-reporter-dhx-spec-reporter
dhx-spec-reporter TestCafe reporter plugin.
npm install testcafe-reporter-dhx-spec-reporter
Typescript
Module System
Node Version
NPM Version
67.2
Supply Chain
74.3
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Commits
1 Watchers
14 Branches
1 Contributors
Updated on Sep 13, 2019
Latest Version
1.0.1
Package Id
testcafe-reporter-dhx-spec-reporter@1.0.1
Unpacked Size
6.58 kB
Size
2.63 kB
File Count
4
NPM Version
6.9.0
Node Version
11.15.0
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
1
This is the dhx-spec-reporter reporter plugin for TestCafe.
npm install testcafe-reporter-dhx-spec-reporter
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 dhx-spec-reporter
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('dhx-spec-reporter') // <- 6 .run();
Ivan Ladyha
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/2 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
branch protection not enabled on development/release branches
Details
Reason
53 existing vulnerabilities detected
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