TestMyVibes + GitHub Actions

GitHub Actions 워크플로우에 휴먼 QA 추가

통합 설정

GitHub Actions CI/CD 파이프라인에 TestMyVibes API 호출을 단계로 추가하세요.

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

왜 GitHub Actions에서 TestMyVibes를 사용하나요?

  • CI/CD 네이티브

    기존 GitHub Actions 파이프라인에 단일 단계로 적합합니다.

  • API 기반

    완전한 자동화를 위해 REST API를 사용합니다.

  • Webhook 결과

    완료 시 webhook으로 테스트 결과를 받으세요.

GitHub Actions 앱 테스트 시작

크레딧당 $0.10 종량제. 최소 팩 $5.

GitHub Actions으로 테스트 시작

크레딧당 $0.10 · 약정 없음 · 당일 결과

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