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
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Stars
6 Commits
2 Forks
1 Watching
1 Branches
1 Contributors
Updated on 04 Nov 2024
JavaScript (99.43%)
Makefile (0.57%)
Cumulative downloads
Total Downloads
Last day
-2.9%
1,261
Compared to previous day
Last week
0.9%
8,684
Compared to previous week
Last month
0.5%
36,938
Compared to previous month
Last year
657.3%
344,332
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
no SAST tool detected
Details
Reason
Found 0/6 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 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
43 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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