TestMyVibes + GitHub Actions

Füge menschliche QA zu deinem GitHub-Actions-Workflow hinzu

Integrations-Setup

Füge einen TestMyVibes-API-Call als Schritt in deine GitHub-Actions-Pipeline ein.

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

Warum TestMyVibes mit GitHub Actions nutzen?

  • CI/CD-nativ

    Passt als einzelner Schritt in deine bestehende Pipeline.

  • API-getrieben

    Nutze die REST-API für vollständige Automatisierung.

  • Ergebnisse per Webhook

    Erhalte Testergebnisse per Webhook nach Abschluss.

Teste deine GitHub Actions-App

5 kostenlose Credits bei der Anmeldung. Keine Karte nötig.

Mit GitHub Actions testen

5 kostenlose Credits · Keine Bindung · Ergebnisse am selben Tag

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