Gathering detailed insights and metrics for testcafe-reporter-timestamped-spec
Gathering detailed insights and metrics for testcafe-reporter-timestamped-spec
Gathering detailed insights and metrics for testcafe-reporter-timestamped-spec
Gathering detailed insights and metrics for testcafe-reporter-timestamped-spec
npm install testcafe-reporter-timestamped-spec
Typescript
Module System
Node Version
NPM Version
69.3
Supply Chain
74.8
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
1 Branches
1 Contributors
Updated on May 09, 2018
Latest Version
1.0.1
Package Id
testcafe-reporter-timestamped-spec@1.0.1
Unpacked Size
6.69 kB
Size
2.67 kB
File Count
4
NPM Version
5.6.0
Node Version
8.11.1
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 timestamped-spec reporter plugin for TestCafe.
npm install testcafe-reporter-timestamped-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 timestamped-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('timestamped-spec') // <- 6 .run();
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
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
Reason
79 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