Gathering detailed insights and metrics for testcafe-reporter-nunit3
Gathering detailed insights and metrics for testcafe-reporter-nunit3
Gathering detailed insights and metrics for testcafe-reporter-nunit3
Gathering detailed insights and metrics for testcafe-reporter-nunit3
npm install testcafe-reporter-nunit3
Typescript
Module System
Node Version
NPM Version
81.4
Supply Chain
75.9
Quality
75.6
Maintenance
100
Vulnerability
100
License
TypeScript (93.27%)
Handlebars (6.3%)
JavaScript (0.43%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT-0 License
4 Stars
85 Commits
4 Forks
1 Watchers
7 Branches
3 Contributors
Updated on Nov 14, 2022
Latest Version
3.1.0
Package Id
testcafe-reporter-nunit3@3.1.0
Unpacked Size
15.95 kB
Size
5.38 kB
File Count
6
NPM Version
8.19.3
Node Version
14.20.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 NUnit 3 reporter plugin for TestCafe. It currently implements the subset of attributes that Azure DevOps cares about and has not been tested for other scenarios.
Details of the NUnit format can be found at https://github.com/nunit/docs/wiki/Test-Result-XML-Format.
Inconclusive
instead of Passed
. The result of each run is specified as text appended to the error message.<property>
elements.Error details for every failed quarantine run are not currently supported by the TestCafe Reporter API.
1npm install testcafe-reporter-nunit3
An example .testcaferc.json
entry that creates nunit3 reports along with standard console logging:
1"reporter": [ 2 "spec", 3 { 4 "name": "nunit3", 5 "output": "results/handy-dandy-report.xml" 6 } 7 ]
See the official reporter documentation for more information.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 1/27 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
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
24 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