yusenthebot

cypress

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.

yusenthebot 0 Updated 3mo ago
GitHub

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 cypress

Core API / Usage

import cypress from 'cypress';

// See official documentation for complete API reference
// https://www.npmjs.com/package/cypress

Common 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.