TestMyVibes + GitHub Actions

Añade QA humano a tu workflow de GitHub Actions

Configuración de la integración

Añade una llamada a la API de TestMyVibes como paso en tu pipeline de GitHub Actions.

# .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"}'

¿Por qué usar TestMyVibes con GitHub Actions?

  • CI/CD Nativo

    Encaja en tu pipeline existente como un solo paso.

  • Por API

    Usa la REST API para automatización completa.

  • Resultados por Webhook

    Recibe resultados de prueba vía webhook al completarse.

Empieza a probar tu app de GitHub Actions

Obtén 5 créditos gratis al registrarte. Sin tarjeta requerida.

Empieza a probar con GitHub Actions

5 créditos gratis · Sin compromiso · Resultados el mismo día

Building on a vibe-coding platform?

We test apps built with every major AI coding tool. Pair GitHub Actions deploys with platform-specific QA:

Replit QA Cursor QA Lovable QA Bolt QA Windsurf QA v0 QA GitHub Copilot QA