Run human QA tests on every Vercel deployment
Add a deploy hook in your Vercel project settings to automatically trigger a TestMyVibes smoke test on every deployment.
# In your Vercel project settings, add a Deploy Hook:
curl -X POST https://testmyvibes.com/api/hooks/deploy/YOUR_TOKEN
# Or use the TestMyVibes GitHub Action:
- uses: testmyvibes/action@v1
with:
api-key: ${{ secrets.TMV_API_KEY }}
url: ${{ steps.deploy.outputs.url }}