Webhooks
Instead of polling GET /runs/{id}, provide a webhookUrl and TesterArmy will POST results to you when a run completes or fails.
Setup
Pass webhookUrl when submitting a test run:
curl -X POST https://tester.army/api/v1/runs \
-H "Authorization: Bearer sk_xxxxxxxxxxxx_xxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{