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で届きます。
Building on a vibe-coding platform?
We test apps built with every major AI coding tool. Pair GitHub Actions deploys with platform-specific QA: