Cypress
技能 活跃Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction
To help developers write more reliable, stable, and maintainable end-to-end and component tests for web applications using Cypress best practices.
功能
- Reliable selector strategies (data-testid)
- Deterministic waiting patterns (avoiding fixed sleeps)
- Network control with cy.intercept
- Authentication strategies with cy.session
- Component testing patterns
- CI best practices for artifacts and parallelization
使用场景
- Writing robust end-to-end tests for critical user flows
- Debugging and reducing flakiness in existing UI test suites
- Implementing component tests for isolated UI element validation
- Configuring Cypress for efficient and stable CI runs
非目标
- Replacing the Cypress framework itself
- Providing specific test cases for arbitrary web apps
- Handling backend logic or infrastructure setup
Maintenance
- warning:Commit recencyThe last commit was over 3 months ago (April 15, 2026), indicating potential maintenance lag.
Trust
- warning:Issues AttentionThere are 4 open issues and 0 closed issues in the last 90 days, indicating slow response to issues (closure rate < 10%).
安装
npx skills add bobmatnyc/claude-mpm-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Cypress Author
97创建、更新和修复 Cypress 测试(E2E/端到端和组件测试)。当用户要求创建测试、添加测试、编写测试、更新测试、测试此文件/组件、新建 spec 或修复失败或不稳定的测试时使用。即使当用户没有说“Cypress”(例如,“为该文件创建测试”)时也适用。当用户只想解释或审查测试而不更改代码时,优先使用 cypress-explain。
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Crabbox
100Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.
Vue Testing Best Practices
100Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
Playwright Best Practices
100用于编写 Playwright 测试、修复不稳定测试、调试失败、实现页面对象模型 (Page Object Model)、配置 CI/CD、优化性能、模拟 API、处理身份验证或 OAuth、测试可访问性 (axe-core)、文件上传/下载、日期/时间模拟、WebSockets、地理定位、权限、多标签/弹出窗口流程、移动/响应式布局、触摸手势、GraphQL、错误处理、离线模式、多人协作、第三方服务(付款、电子邮件验证)、控制台错误监控、全局设置/拆卸、测试注解(skip, fixme, slow)、测试标签(@smoke, @fast, @critical, 使用 --grep 过滤)、项目依赖项、安全测试(XSS, CSRF, 身份验证)、性能预算(Web Vitals, Lighthouse)、iframe、组件测试、canvas/WebGL、服务工作线程/PWA、测试覆盖率、i18n/本地化、Electron 应用或浏览器扩展测试。涵盖 E2E、组件、API、视觉、可访问性、安全、Electron 和扩展测试。
Develop Web Game
100Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.