Gathering detailed insights and metrics for pa11y-reporter-junit
Gathering detailed insights and metrics for pa11y-reporter-junit
Gathering detailed insights and metrics for pa11y-reporter-junit
Gathering detailed insights and metrics for pa11y-reporter-junit
npm install pa11y-reporter-junit
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.44%)
Makefile (0.56%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
LGPL-3.0 License
1 Stars
7 Commits
2 Forks
1 Branches
2 Contributors
Updated on Feb 10, 2025
Latest Version
1.1.0
Package Id
pa11y-reporter-junit@1.1.0
Unpacked Size
18.67 kB
Size
6.91 kB
File Count
14
NPM Version
6.4.1
Node Version
10.15.2
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
A JUnit reporter for Pa11y 5.0.
Pa11y JUnit Reporter is compatible with Pa11y 5.0. It will not work with older versions of Pa11y.
Install Pa11y and Pa11y JUnit Reporter with npm (locally or globally is fine):
1npm install -g pa11y pa11y-reporter-junit
Run Pa11y using the JUnit reporter:
1pa11y --reporter junit http://example.com
Assuming you've installed both Pa11y and Pa11y JUnit Reporter:
1const junit = require('pa11y-reporter-junit'); 2const pa11y = require('pa11y'); 3 4pa11y('http://example.com').then(results => { 5 // Returns a string with the results formatted as JUnit XML 6 const junitResults = junit.results(results); 7 console.log(junitResults); 8});
There are many ways to contribute to Pa11y JUnit Reporter, we cover these in the contributing guide for this repo.
If you're ready to contribute some code, clone this repo locally and commit your code on a new branch.
Please write unit tests for your code, and check that everything works by running the following before opening a PR:
1make ci
You can also run verifications and tests individually:
1make verify # Verify all of the code (ESLint) 2make test # Run all tests 3make test-unit # Run the unit tests 4make test-unit-coverage # Run the unit tests with coverage
Pa11y JUnit Reporter is licensed under the Lesser General Public License (LGPL-3.0).
Copyright © 2019, Maciej Lewkowicz
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
badge detected: InProgress
Reason
Found 1/7 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
45 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