Documentation Index
Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
Use this file to discover all available pages before exploring further.
End-to-End Tester
Install the End-to-End Tester during onboarding by selecting it in the Pick Experts step. Once installed, it runs automatically whenever a fresh PR is opened or marked ready for review on GitHub, or when you mention@Augment with a PR URL in a configured Slack channel.
- Best for: Changes that need a real-world verification pass before merge — feature flows, regressions, integration points, or risky PRs where you want evidence from a running app or service.
- How to use: Give the End-to-End Tester a GitHub PR URL. It reviews the PR context, chooses an appropriate e2e/integration check, runs the verification, and posts a concise pass/fail/unable-to-verify result directly on the PR.
See Also
- PR Author — pair the tester with an Expert that owns the PR end to end.
- Code Reviews — run line-by-line or intent-focused reviews alongside e2e verification.
- Other Workflow Automations — explore more event-driven workflows.