TestMyVibes + GitHub Actions
Add human QA to your GitHub Actions workflow
Integration Setup
Add a TestMyVibes API call as a step in your GitHub Actions CI/CD pipeline.
# .github/workflows/test.yml
name: Deploy & Test
on: [push]
jobs:
deploy-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run deploy
- name: Trigger Human QA
run: |
curl -X POST https://testmyvibes.com/v1/jobs \
-H "Authorization: Bearer ${{ secrets.TMV_API_KEY }}" \
-H "Content-Type: application/json" \
-d '{"url":"$DEPLOY_URL","title":"CI Test","jobType":"General QA"}'
Why Use TestMyVibes with GitHub Actions?
-
CI/CD Native
Fits into your existing GitHub Actions pipeline as a single step.
-
API-Driven
Use the REST API for complete automation.
-
Webhook Results
Receive test results via webhook when complete.
Start testing your GitHub Actions app
Get 5 free credits when you sign up. No credit card required.
Start Testing with GitHub Actions5 free credits · No commitment · Same-day results
Building on a vibe-coding platform?
We test apps built with every major AI coding tool. Pair GitHub Actions deploys with platform-specific QA: