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

Feature request: Inclusion of WICK-A11Y accessibility tool for Cypress automation framework in the list of CivilActions-Accessibility Tools #791

Open
sclavijosuero opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sclavijosuero
Copy link

Accessibility testing is crucial to ensuring that web projects are inclusive and usable for all users, regardless of their abilities. However, integrating accessibility testing into the Cypress framework has traditionally faced multiple limitations.

Currently, many developers rely on the cypress-axe plugin, a friendly wrapper for Deque's axe-core® package, tailored for Cypress frameworks.

Axe-core® has become a standard and powerful tool for accessibility analysis. However, the results provided by axe-core® are raw, and cypress-axe does not provide additional processing. As a result, testers QA engineers have had to implement custom solutions to present accessibility violations in the Cypress log and, in some cases, in simple reports.

wick-a11y is a Cypress plugin designed for performing configurable accessibility tests. It allows you to easily incorporate accessibility checks into your End-to-End tests, log detailed information in the Cypress log, and generate HTML documents with screenshots of each violation for easier identification and resolution of accessibility issues, all out-of-the-box.

Also it provides audible information for accessibility issues at the suite level, test level, violation type level, and DOM element level, helping users identify issues through voice feedback.

wick-a11y is a powerful tool that addresses a longstanding gap in the Cypress testing ecosystem and has received high praise within the Cypress community.

wick-a11y

Open-source:

Blog posts with features:

@mgifford
Copy link
Contributor

Interesting.. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants