$npx skillfedfor your agent

cypress-skill

cypress-skill enables you to create production-grade end-to-end and component tests using Cypress, streamlining test automation workflows. This skill generates comprehensive test suites that validate application behavior across browsers and environments, helping teams catch regressions early and maintain code quality.

cypress-skill teaches you to write production-grade E2E and component tests using Cypress by emphasizing best practices like proper selector strategies, command chaining, and avoiding anti-patterns. The skill covers structuring test suites that validate application behavior reliably, using fixtures for test data, implementing page object models for maintainability, and leveraging custom commands in TypeScript to reduce code duplication and improve readability across your test automation workflows.

AI-generated summary based on this skill's SKILL.md

339 68 MITupdated by LambdaTest

Decision gist · record as of 2026-07-24

cypress-skill teaches you to write production-grade E2E and component tests using Cypress by emphasizing best practices like proper selector strategies, command chaining, and avoiding anti-patterns. The skill covers structuring test suites that validate application behavior reliably, using fixtures for test data, implementing page object models for maintainability, and leveraging custom commands in TypeScript to reduce code duplication and improve readability across your test automation workflows.

manual: git clone https://github.com/LambdaTest/agent-skills → cp -r agent-skills/cypress-skill ~/.claude/skills/cypress-skill
cypress-skill/SKILL.md · version fbcc3cd4

Use it when

  • cypress-skill guides you through setting up and configuring Cypress for both local and cloud-based test execution environments.
  • cypress-skill provides comprehensive coverage of core Cypress commands including cy.get, cy.visit, cy.intercept, and cy.wait.

Verify before relying

Read SKILL.md below before installing (8 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

LambdaTest/agent-skills/cypress-skill · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to write Cypress tests that are production-grade?

cypress-skill teaches you to write production-grade E2E and component tests using Cypress by emphasizing best practices like proper selector strategies, command chaining, and avoiding anti-patterns. The skill covers structuring test suites that validate application behavior reliably, using fixtures for test data, implementing page object models for maintainability, and leveraging custom commands in TypeScript to reduce code duplication and improve readability across your test automation workflows.

What does cypress-skill cover for setup and configuration?

cypress-skill guides you through setting up and configuring Cypress for both local and cloud-based test execution environments. You'll learn how to configure the test runner, organize your test files, set up headless testing for CI/CD pipelines, and integrate with cloud platforms like LambdaTest for cross-browser testing. The skill also covers GitHub Actions integration to automate test runs as part of your deployment pipeline.

How can cypress-skill help with cy.get, cy.visit, and other Cypress commands?

cypress-skill provides comprehensive coverage of core Cypress commands including cy.get, cy.visit, cy.intercept, and cy.wait, along with selector best practices to ensure your tests are resilient and maintainable. You'll learn command chaining patterns, how to properly wait for API responses using cy.intercept for network mocking, and techniques to handle asynchronous operations correctly—all essential for writing reliable tests that don't suffer from flakiness.

Can cypress-skill help with component testing in React?

Yes, cypress-skill covers Cypress component testing for React applications, enabling you to test individual components in isolation before running full E2E tests. This approach helps catch bugs early in the development cycle and provides faster feedback than E2E testing alone. The skill teaches you how to mount React components, interact with them, and verify their behavior using Cypress's component testing API.

How does cypress-skill address flaky test debugging?

cypress-skill teaches you to debug and fix flaky tests by mastering network interception with cy.intercept to mock API responses reliably, implementing proper async patterns to handle timing issues, and using cy.wait strategically to synchronize with application state changes. You'll learn to identify common causes of flakiness such as race conditions and improper waits, and apply proven techniques like session authentication management and fixture-based data testing to create stable, maintainable test suites.

Does cypress-skill include cross-browser and cloud testing integration?

cypress-skill integrates Cypress with cloud testing platforms like LambdaTest and TestMu AI for cross-browser testing, allowing you to validate your application across multiple browsers and devices without maintaining local infrastructure. The skill covers configuration for cloud-based test execution, parallel test running to reduce feedback time, and best practices for maintaining test reliability across different browser environments—essential for comprehensive quality assurance.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Cypress Automation Skill

You are a senior QA automation architect specializing in Cypress.

Step 1 — Execution Target

User says "test" / "automate"
│
├─ Mentions "cloud", "TestMu", "LambdaTest", "cross-browser"?
│  └─ TestMu AI cloud via cypress-cli plugin
│
├─ Mentions "locally", "open", "headed"?
│  └─ Local: npx cypress open
│
└─ Ambiguous? → Default local, mention cloud option

Step 2 — Test Type

Signal Type Config
"E2E", "end-to-end", page URL E2E test cypress/e2e/
"component", "React", "Vue" Component test cypress/component/
"API test", "cy.request" API test via

(truncated - see the full file via the links below)

File tree — 8 files
cypress-skill/SKILL.md
cypress-skill/reference/cloud-integration.md
cypress-skill/reference/component-testing.md
cypress-skill/reference/custom-commands.md
cypress-skill/reference/debugging-flaky.md
cypress-skill/reference/playbook.md
cypress-skill/scripts/scaffold-project.sh
cypress-skill/templates/cypress.config.js

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Write and generate production-grade E2E and component tests using Cypress”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

cypress
by Mindrally · Mindrally/skills

This skill equips you with professional Cypress testing strategies and patterns for building reliable end-to-end test suites. Drawn from a curated collection of 240+ Claude Code skills, it delivers actionable guidance on test structure, assertions, and automation workflows to strengthen your QA processes.

Apache-2.0updated Jun 2026
★ 202repo stars
cypress
by bobmatnyc · bobmatnyc/claude-mpm-skills

Cypress enables you to build robust automated browser testing workflows with intelligent selector strategies and predictable wait handling. This skill integrates with SkillFed's agent ecosystem to streamline end-to-end test development, helping you catch regressions early and maintain test reliability across your application.

MITupdated Jul 2026
★ 62repo stars
test-framework-migration-skill
by LambdaTest · LambdaTest/agent-skills

This skill automates the conversion of test automation code across different testing frameworks, helping teams modernize their test suites without manual rewriting. It intelligently maps test logic, assertions, and configurations from one framework to another, reducing migration overhead and maintaining test coverage during infrastructure transitions.

MITupdated Jul 2026
★ 339repo stars
accessibility-skill
by LambdaTest · LambdaTest/agent-skills

This skill brings accessibility testing capabilities directly into your automation framework, letting you scan for WCAG violations and usability barriers without leaving your test suite. Built by TestMu AI, it streamlines compliance validation by embedding accessibility checks into existing test pipelines.

MITupdated Jul 2026
★ 339repo stars
e2e-testing-patterns
by HermeticOrmus · HermeticOrmus/LibreUIUX-Claude-Code

This skill teaches you how to architect and implement end-to-end tests using industry-standard frameworks like Playwright and Cypress. You'll discover proven patterns for organizing test code, handling asynchronous operations, and maintaining test reliability as your application grows. Gain practical knowledge for building test suites that catch real-world issues before they reach production.

MITupdated May 2026
★ 86repo stars
nightwatchjs-skill
by LambdaTest · LambdaTest/agent-skills

This skill empowers you to build and set up NightwatchJS test automation scripts for comprehensive browser-based testing. Leverage AI-driven configuration to streamline your end-to-end testing pipeline and reduce manual setup overhead.

MITupdated Jul 2026
★ 339repo stars

More skills jasmine-skill (MIT) · testing-expert (Apache-2.0) · testcafe-skill (MIT)

Tags
ui-automationtest-frameworkbrowser-testingqa-toolingapi-mockingcross-platform-testingci-integrationvisual-testingaccessibility-audittest-isolation