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:

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:

Scope acknowledgement

  • I am not asking for third-party tool support, account sharing, or license bypass help.

Source: PatrickJS/awesome-cursorrules