描述
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs.
如何使用
- 访问 GitHub 仓库获取 SKILL.md 文件
- 将文件复制到您的项目根目录或 .cursor/rules 目录
- 重启您的 AI 助手或编辑器以应用新技能
完整技能说明
name
e2e-testing-patterns
description
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
Tags
相关技能
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright.
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
test-driven-development
Use when implementing complex logic that needs test coverage - write the test first, watch it fail.
bats-testing-patterns
Master Bash Automated Testing System (Bats) for comprehensive shell script testing.
javascript-testing-patterns
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library.