Skip to main content
Back to registry

cypress

bobmatnyc/claude-mpm-skills

Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters.

Installs227
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill cypress
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters. Prefer data-testid (or data-cy ) attributes for selectors. Avoid brittle CSS chains and text-only selectors for critical interactions. Wait on app-visible conditions or network aliases rather than cy.wait(1000) . Stub responses for deterministic tests and speed. Keep a small set of “real backend” smoke tests separate. Prefer cy.session to cache login for speed and stability.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cypress do?

Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters.

Is cypress good?

cypress does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cypress work with?

cypress currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to cypress?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cypress?

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill cypress

Related skills

More from bobmatnyc/claude-mpm-skills

Related skills

Alternatives in Software Engineering