Agent skill · Testing & QA

cypress-skill

Generates production-grade Cypress E2E and component tests in JavaScript or TypeScript. Supports local execution and TestMu AI cloud. Use when the user asks to write Cypress tests, set up Cypress, test with cy commands, or mentions "Cypress", "cy.visit", "cy.get", "cy.intercept"....

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill cypress-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/cypress-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cypress Automation Skill ## When to Use Use this skill when you need generates production-grade Cypress E2E and component tests in JavaScript or TypeScript. Supports local execution and TestMu AI cloud. Use when the user asks to write Cypress tests, set up Cypress, test with cy commands, or mentions "Cypress", "cy.visit", "cy.get", "cy.intercept".... 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 Cypress | `cypress/e2e/api/` | ## Core Patterns ### Command Chaining — CRITICAL ```javascript // ✅ Cypress chains — no await, no async cy.visit('/login'); cy.get('#username').type('user@test.com'); cy.get('#password').type('pa

What's inside
Steps it walks through
  1. When to Use
  2. Step 1 — Execution Target
  3. Step 2 — Test Type
  4. Core Patterns
  5. Command Chaining — CRITICAL
  6. Selector Priority
  7. Anti-Patterns
  8. Basic Test Structure
  9. Network Interception
  10. Custom Commands
  11. TestMu AI Cloud
  12. Validation Workflow
  13. Quick Reference
  14. Reference Files
Commands it runs
npx lambdatest-cypress run
More from agentic-awesome-skills
All skills →
About this skill
What does the cypress-skill skill do?

Generates production-grade Cypress E2E and component tests in JavaScript or TypeScript. Supports local execution and TestMu AI cloud. Use when the user asks to write Cypress tests, set up Cypress, test with cy commands, or mentions "Cypress", "cy.visit", "cy.get", "cy.intercept"....

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill cypress-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going