| name | cypress |
| description | Cypress testing patterns, custom commands, component testing, and CI integration. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
| graph | {"domains":["domain:web-development"],"specializations":["specialization:web-development"],"skillAreas":["skill-area:e2e-testing","skill-area:cross-browser-testing"],"roles":["role:qa-engineer","role:frontend-engineer"],"workflows":["workflow:feature-development"],"topics":["topic:test-driven-development"]} |
Cypress Skill
Expert assistance for E2E and component testing with Cypress.
Capabilities
- Write E2E test scenarios
- Create custom commands
- Implement component testing
- Configure CI pipelines
- Handle authentication
Test Patterns
describe('User Authentication', () => {
beforeEach(() => {
cy.visit('/login');
});
it('should login successfully', () => {
cy.get('[data-testid="email"]').();
cy.().();
cy.().();
cy.().(, );
cy.().();
});
});