Socket
Socket
Sign inDemoInstall

a11y-junit-reporter

Package Overview
Dependencies
6
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    a11y-junit-reporter

JUnit reporter for a11y module


Version published
Maintainers
1
Install size
0.968 MB
Created

Readme

Source

a11y-junit-reporter

A JUnit reporter for a11y

Usage

var a11yJunitReporter = require('a11y-junit-reporter');
var junitReport = a11yJunitReporter.generateJUnitReport(url, audit, endTimestamp, duration);

with:

  • url: the url to the audited file/web page
  • audit: the audit property of the result object returned by the a11y audit
  • endTimestamp: the end of the audit execution
  • duration: the audit execution duration

returns:

  • a String that contains the JUnit report

Keywords

FAQs

Last updated on 19 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc