Agent Skills
› rmyndharis/antigravity-skills
› e2e-testing-patterns
e2e-testing-patterns
GitHub掌握 Playwright 和 Cypress 进行端到端测试,构建可靠测试套件以捕获错误并加速部署。适用于实现 E2E 自动化、调试不稳定测试、验证关键工作流及建立测试标准。
Trigger Scenarios
实现端到端测试自动化
调试不稳定或不可靠的测试
测试关键用户工作流
设置 CI/CD 测试流水线
Install
npx skills add rmyndharis/antigravity-skills --skill e2e-testing-patterns -g -y
SKILL.md
Frontmatter
{
"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."
}
E2E Testing Patterns
Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.
Use this skill when
- Implementing end-to-end test automation
- Debugging flaky or unreliable tests
- Testing critical user workflows
- Setting up CI/CD test pipelines
- Testing across multiple browsers
- Validating accessibility requirements
- Testing responsive designs
- Establishing E2E testing standards
Do not use this skill when
- You only need unit or integration tests
- The environment cannot support stable UI automation
- You cannot provision safe test accounts or data
Instructions
- Identify critical user journeys and success criteria.
- Build stable selectors and test data strategies.
- Implement tests with retries, tracing, and isolation.
- Run in CI with parallelization and artifact capture.
Safety
- Avoid running destructive tests against production.
- Use dedicated test data and scrub sensitive output.
Resources
resources/implementation-playbook.mdfor detailed E2E patterns and templates.
Version History
- e63f7dd Current 2026-07-05 09:31


