Use when reviewing CI coverage, automated checks, or test strategy related to Implement end-to-end testing. Focus on whether the rule is continuously verified,
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-e2e-testing-b4f6906af54d ,按照其中的说明把「e2e-testing」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
E2E tests catch integration issues that unit tests miss—verifying your application works correctly from the user's perspective across all components.
Review this project for E2E test coverage of critical user journeys like authentication, checkout, and form submissions.
Add E2E tests for critical user journeys using Playwright or Cypress.
Explain E2E testing best practices including test organization, selectors, and CI/CD integration.
Review tests, CI workflows, and enforcement points related to Implement end-to-end testing. Flag exact gaps where the rule is not automatically verified or where failures do not block regressions.
For full implementation details, code examples, and framework-specific guidance,
see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/testing/e2e-testing