TestMyVibes + Vercel

Run human QA tests on every Vercel deployment

Integration Setup

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 }}

Why Use TestMyVibes with Vercel?

Automatic Testing
Every Vercel deploy triggers a human QA test automatically.
Preview Deploys
Test preview deployments before merging to production.
Instant Feedback
Get test results back in 15-60 minutes.
Start Testing with Vercel