TestMyVibes + GitHub Actions

Thêm QA con người vào workflow GitHub Actions

Thiết lập tích hợp

Thêm lệnh API TestMyVibes như một bước trong pipeline CI/CD 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"}'

Tại sao dùng TestMyVibes với GitHub Actions?

  • CI/CD Native

    Phù hợp với pipeline GitHub Actions hiện tại như một bước duy nhất.

  • Điều khiển bằng API

    Dùng REST API để tự động hóa hoàn toàn.

  • Kết quả Webhook

    Nhận kết quả kiểm thử qua webhook khi hoàn tất.

Bắt đầu kiểm thử app GitHub Actions của bạn

Trả khi dùng $0.10 mỗi credit. Gói nhỏ nhất $5.

Bắt đầu kiểm thử với GitHub Actions

$0.10 mỗi credit · Không cam kết · Kết quả trong ngày

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