Pull Request Testing
Pull Request Testing runs tests against every preview deployment and posts results as a GitHub comment. You can run two kinds of tests on each PR, and they work side by side:
-
Test group runs - a predefined test group runs against the preview URL. Great for catching regressions in existing application flows.

-
Exploration agent - an AI agent reads the PR context, generates a targeted test plan, and executes it in a real browser. Great for surfacing issues nobody thought to write a test for yet.
