Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aXe test runner #408

Merged
merged 9 commits into from
Jul 24, 2019
Merged

Support aXe test runner #408

merged 9 commits into from
Jul 24, 2019

Commits on Jul 23, 2019

  1. Support aXe test runner

    We now support both the aXe and HTML CodeSniffer test runners - You can
    run Pa11y using one or both of these. I've done this by untangling HTML
    CodeSniffer from the core code and writing two new modules:
    
      - https://github.com/pa11y/pa11y-runner-axe
      - https://github.com/pa11y/pa11y-runner-htmlcs
    
    These come bundled with Pa11y so there's no need to install separately
    for now. They'll be considered stable when we're ready to release the
    code on this branch.
    rowanmanning authored and joeyciechanowicz committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    13c248b View commit details
    Browse the repository at this point in the history
  2. Fix a copy/paste error

    rowanmanning authored and joeyciechanowicz committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2e22f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1296ee8 View commit details
    Browse the repository at this point in the history
  4. Update to the latest version of the aXe runner

    This fixes the issue with The Verge
    rowanmanning authored and joeyciechanowicz committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b54c206 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a8f6c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0223f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb704f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd12459 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c7a282 View commit details
    Browse the repository at this point in the history