Group Webhooks
Group webhooks let you run every test in a group with one HTTP call. Works with any CI/CD pipeline, deployment tool, or custom automation.
Setup
- Open your project → Tests tab.
- Expand a group and click the trigger badge (lightning icon).
- Toggle Enable webhook on.
- Click Save.
- Copy the URL - the secret is shown once.
Trigger
curl -X POST https://tester.army/api/v1/groups/webhook/{id}/{secret}