Socket
Socket
Sign inDemoInstall

pa11y-runner-axe

Package Overview
Dependencies
1
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pa11y-runner-axe

An aXe runner for Pa11y


Version published
Weekly downloads
23K
increased by10.8%
Maintainers
7
Install size
2.67 MB
Created
Weekly downloads
 

Changelog

Source

2.0.1 (2022-03-31)

  • Deprecate package

Readme

Source

Pa11y aXe Runner

⚠️ This package is now bundled with pa11y. You can find the latest version in the pa11y repo. ⚠️

An aXe runner for Pa11y.

NPM version Build status LGPL-3.0 licensed

Table of contents

Requirements

The Pa11y aXe runner is compatible with Pa11y 5 and later versions. It will not work with older versions of Pa11y.

Compatibility chart

Pa11y versionPa11y aXe runner version
1.x - 4.xUnsupported
5.x1.x
6.x2.x

Usage

Install Pa11y and the Pa11y aXe runner with npm (locally or globally is fine):

npm install -g pa11y pa11y-runner-axe

Run Pa11y using the aXe runner:

pa11y --runner axe http://example.com

Contributing

There are many ways to contribute to the Pa11y aXe runner, 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 Pull Request:

make ci

You can also run verifications and tests individually:

make verify              # Verify all of the code (ESLint)
make test                # Run all tests
make test-unit           # Run the unit tests
make test-unit-coverage  # Run the unit tests with coverage

License

The Pa11y aXe runner is licensed under the Lesser General Public License (LGPL-3.0).
Copyright © 2018, Team Pa11y

Keywords

FAQs

Last updated on 31 Mar 2022

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