TestMyVibes + GitHub Actions

GitHub Actionsワークフローに人間QAを追加

統合のセットアップ

GitHub ActionsのパイプラインにTestMyVibes APIへの呼び出しを1ステップとして追加。

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

なぜTestMyVibesをGitHub Actionsと一緒に使うのか?

  • CI/CDネイティブ

    既存パイプラインに1ステップとして組み込み。

  • API駆動

    REST APIで完全自動化。

  • Webhookで結果

    テスト完了時に結果がWebhookで届きます。

GitHub Actionsアプリのテストを始める

登録で5クレジット無料。カード不要。

GitHub Actionsでテストを開始

5クレジット無料・コミット不要・当日結果

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