Custom Infrastructure
If your app isn't deployed on Vercel or Coolify, you can still wire up PR testing with a group webhook. Trigger it from GitHub Actions, GitLab CI, Jenkins, a shell script, or any other system that can send an HTTP request after a deployment finishes.
How it works
- You create a webhook on a test group in the TesterArmy dashboard.
- After your own CI deploys a preview, it
POSTs to the webhook URL with the commit SHA (and optionally the preview URL). - TesterArmy runs the tests in the group against that URL and posts a GitHub check run back on the commit.
1. Generate the webhook
- Open your project → Tests tab.
- Expand the test group you want to run on each deploy.
- Click the (lightning icon) and toggle on.