Gathering detailed insights and metrics for testcafe-reporter-xunit
Gathering detailed insights and metrics for testcafe-reporter-xunit
Gathering detailed insights and metrics for testcafe-reporter-xunit
Gathering detailed insights and metrics for testcafe-reporter-xunit
This is the xUnit reporter plugin for TestCafe.
npm install testcafe-reporter-xunit
Typescript
Module System
Node Version
NPM Version
99.5
Supply Chain
76.9
Quality
81.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
72,808,258
Last Day
15,522
Last Week
224,509
Last Month
972,635
Last Year
12,011,351
MIT License
9 Stars
71 Commits
29 Forks
23 Watchers
5 Branches
16 Contributors
Updated on Oct 19, 2024
Minified
Minified + Gzipped
Latest Version
2.2.3
Package Id
testcafe-reporter-xunit@2.2.3
Unpacked Size
6.66 kB
Size
2.59 kB
File Count
4
NPM Version
8.19.4
Node Version
16.20.1
Published on
Jul 07, 2023
Cumulative downloads
Total Downloads
Last Day
7.3%
15,522
Compared to previous day
Last Week
-3.8%
224,509
Compared to previous week
Last Month
2.7%
972,635
Compared to previous month
Last Year
-6.1%
12,011,351
Compared to previous year
This is the xUnit 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-xunit
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 xunit
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('xunit') // <- 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/18 approved changesets -- score normalized to 4
Reason
7 existing vulnerabilities detected
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
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