TestMyVibes + GitHub Actions

Ajoutez du QA humain à votre workflow GitHub Actions

Configuration de l'intégration

Ajoutez un appel à l'API TestMyVibes comme étape dans votre pipeline 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"}'

Pourquoi utiliser TestMyVibes avec GitHub Actions ?

  • CI/CD natif

    S'intègre comme une simple étape dans votre pipeline existant.

  • Piloté par API

    Utilisez la REST API pour une automatisation complète.

  • Résultats par webhook

    Recevez les résultats via webhook une fois terminés.

Commencez à tester votre app GitHub Actions

Obtenez 5 crédits gratuits à l'inscription. Sans carte.

Commencer à tester avec GitHub Actions

5 crédits gratuits · Sans engagement · Résultats le jour même

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