testaro icon indicating copy to clipboard operation
testaro copied to clipboard

A thousand web accessibility tests performed by 10 tools

Results 10 testaro issues
Sort by recently updated
recently updated
newest added

If testaro is creating a standard format for automated scan reports, I would suggest a few changes to the formatting, expressed in [README.md Standard Format section](https://github.com/cvs-health/testaro?tab=readme-ov-file#standard-format). Comments: - `pages`: How...

Hi Jonathan, Thank you and CVS for such a great test suite! I'd like to make a small contribution in terms of test speed on some of the Testaro tests....

Add rules to `testaro` that prohibit deficiencies in modal dialogs, including non-announcement, focus leakage, focus trapping, nonstandard dismissibility, and surprising post-dismissal focus.

enhancement
help wanted
new test

Add a rule to `testaro` to prohibit deficiencies in skip-link visibility. This can include links that are never visible unless the user keyboard-navigates and links that are never visible even...

enhancement
help wanted
new test

Determine whether an initial focus elsewhere than on the first focusable element in the DOM is tested for by any package and, if not, add a test for it. `alfa`...

enhancement
help wanted
new test

Add a rule to `testaro` that prohibits links that look like buttons. The “New issue” link on this page is an example. It is indistinguishable visually from the “Update comment”...

enhancement
help wanted
new test

The management of this application at CVS Health wishes to enhance the `testaro` tool with 5 new rules, using clean-room development, to avoid potential claims of misuse of software owned...

enhancement
help wanted
good first issue
new test

Just thought that you should state the license here, rather than just the text. Easiest would just be to point folks to the License file, but doesn't make sense to...

As I've already noted, it can be difficuclt to get started.  Even understanding what are the intentions of using this multi-tool tool.  Is this a CI/CD tool?  Should I be...

I wanted to check out this package and started with: ` % npm i testaro ` That got me: ``` npm ERR! code E404 npm ERR! 404 Not Found -...