Fix command for wick-a11y Cypress plugin
Author: sebastianclavijoCreated Jul 25, 2026Updated Jul 25, 2026
Request type
Update to an existing rule
Existing rule path or proposed topic
rules/cypress-accessibility-testing-cursorrules-prompt-file.mdc
Cursor workflow this improves
The correct way to run accessibility with wick-a11y plugin in cypress is with the cypress command cy.checkAccessibility() (instead of cy.wickA11y()).
It seems there are a couple of places where the incorrect reference cy.wickA11y() is used:
- https://github.com/PatrickJS/awesome-cursorrules/blob/b044f956f021b6e8877f16781bcfc466a6a120e9/rules/cypress-accessibility-testing-cursorrules-prompt-file.mdc#L55
- https://github.com/PatrickJS/awesome-cursorrules/blob/b044f956f021b6e8877f16781bcfc466a6a120e9/rules/cypress-accessibility-testing-cursorrules-prompt-file.mdc#L31
Proposed rule content or expected change
The correct way to run accessibility with wick-a11y plugin in cypress is with the cypress command cy.checkAccessibility() (instead of cy.wickA11y()).
It seems there are a couple of places where the incorrect reference cy.wickA11y() is used:
- https://github.com/PatrickJS/awesome-cursorrules/blob/b044f956f021b6e8877f16781bcfc466a6a120e9/rules/cypress-accessibility-testing-cursorrules-prompt-file.mdc#L55
- https://github.com/PatrickJS/awesome-cursorrules/blob/b044f956f021b6e8877f16781bcfc466a6a120e9/rules/cypress-accessibility-testing-cursorrules-prompt-file.mdc#L31
Scope acknowledgement
- I am not asking for third-party tool support, account sharing, or license bypass help.
Source: PatrickJS/awesome-cursorrules