E2E testing, cy commands, assertions, fixtures, intercept (network), component testing, custom commands, CI (cypress run).
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill cypress --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cypress?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-cypress)More formats (shields.io, HTML) on the badges page.
---
name: cypress
description: E2E testing, cy commands, assertions, fixtures, intercept (network), component testing, custom commands, CI (cypress run).
---
## cypress
End-to-end testing with Cypress.
### Core concepts
- cy.visit, cy.get, cy.contains
- Assertions: .should(be.visible), .and(have.text)
- Chaining commands for sequences
- Automatic retry-ability
### Fixtures and network
- Fixtures for test data files
- cy.intercept for network mocking
- cy.wait for API response sync
- Stub and spy on XHR/fetch requests
### Component testing
- Mount React, Vue, Angular components
- Test component interactions in isolation
- Same API as E2E tests
- Fast feedback without full page load
### CI and best practices
- cypress run for headless execution
- cypress run --headed for debugging
- Cypress Cloud for dashboard and recording
- Custom commands with Cypress.Commands.add
- Page Object Model for maintainability
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.