TheA11yMachine icon indicating copy to clipboard operation
TheA11yMachine copied to clipboard

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.

Results 35 TheA11yMachine issues
Sort by recently updated
recently updated
newest added

Please, i need a config file example (name, format, options...) Thank you.

I randomly picked one website to understand how crawling works for a11ym. I observed every time the maximum URLs crawled was different. $ a11ym https://www.drupal.org/ First Run: 128/128 URLs was...

question
in progress

Could someone republish the NPM package to reflect this change? https://github.com/liip/TheA11yMachine/commit/fb6acb811018ba94af9e76e81c6498e606bd25a1 It breaks `npm install` for me and likely anyone else who has this package in their dependencies.

Since PhantomJS has had its development suspended is it possible to allow for other headless browsers such as Chromium?

I can see that the last commit was done on Nov 2017. Is this repo is still maintained or dropped? Also, whether this project covers all WCAG 2.0 AAA guidelines?

Hi all, I just started using A11ym and I'm quite impressed with the tool, it has a lot of potential. I got great results for the initial (login) page with...

In pointing this to a server that has a different virtual host name and is forcing https the crawl fails. Is there a way to have it ignore ssl errors?...

Running the currently available a11ym from Github with --ignore-robots-txt generates "error: unknown option `--ignore-robots-txt'". Package.json version is 0.9.3

question
in progress

In #67 only part of the issue was resolved. in my comment there (included here for quick reference), you'll see there are still a few steps needed in order to...

Because content or UI is often hidden/exposed at different viewports with responsive design, allowing for testing at different viewport sizes is important for comprehensive testing. See [axe-crawler](https://github.com/tjscollins/axe-crawler) for example.