Cypress is a next generation front end testing tool built for the modern web. Use when: writing unit and integration tests; mocking dependencies and APIs; snapshot testing. NOT for: production runtime logic; replacing static type checking.
Install
npx skillscat add yusenthebot/skills-pack/cypress Install via the SkillsCat registry.
SKILL.md
cypress
Overview
Cypress is a next generation front end testing tool built for the modern web.
Installation
npm install cypressCore API / Usage
import cypress from 'cypress';
// See official documentation for complete API reference
// https://www.npmjs.com/package/cypressCommon Patterns
Refer to the official documentation for common patterns, recipes, and advanced usage examples.
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Current version: 15.11.0. Check the changelog when upgrading across major versions.
- Refer to the official npm page for edge cases and advanced configuration.