web-testing-cypress-e2e
Installation
SKILL.md
Cypress E2E Testing Patterns
Quick Guide: Cypress runs inside the browser alongside the application. Commands are enqueued rather than executed, so nothing they produce can be read out of a
const— use.then()or an alias. Select withdata-cyattributes, wait oncy.intercept()aliases rather than on milliseconds, and cache authentication withcy.session(). Cypress 15 is current stable;cy.origin()has been required for any cross-origin navigation since 14, andCypress.env()is deprecated in favour ofcy.env()andCypress.expose().
Detailed Resources: