cypress
Installation
SKILL.md
Cypress
Cypress is a next generation front end testing tool built for the modern web. It runs inside the browser (unlike Selenium/Playwright) which gives it native access to the DOM.
When to Use
- Dev Experience: The interactive GUI is best-in-class for debugging.
- Component Testing: Testing React/Vue/Angular components in isolation within a real browser.
- Single Tab: Testing flows that happen in a single tab/window.