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"....
npx skills add sickn33/agentic-awesome-skills --skill cypress-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Step 1 — Execution Target
- Step 2 — Test Type
- Core Patterns
- Command Chaining — CRITICAL
- Selector Priority
- Anti-Patterns
- Basic Test Structure
- Network Interception
- Custom Commands
- TestMu AI Cloud
- Validation Workflow
- Quick Reference
- Reference Files
npx lambdatest-cypress run
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.