CI/CD Setup

Connect your test pipeline — managed automatically

RP
1

Generate ingest key

Auto-generated per project. Add it as a GitHub secret.

2

Install workflow

One click installs the GitHub Actions workflow into your repo.

3

Tests ingest automatically

Every push runs tests and results appear here instantly.

All environment variables configuredOpen Vercel
  • GITHUB_TOKENSet

    Personal access token with repo write scope — needed to install the GitHub Actions workflow.

  • SUPABASE_ACCESS_TOKENSet

    Supabase personal access token — needed for auto-migrations to run on every deploy.

Ingest API Key
Active
rpai_cb40••••••••••••••••••••••••••••••••••••••••••••

Add to GitHub as a secret

  1. Copy the key above
  2. Open GitHub → Secrets → Actions
  3. Create secret named RUNPILOT_INGEST_KEY
  4. Also add RUNPILOT_PROJECT_ID = 650742c4-8171-47c9-ba59-07a71076869d
GitHub Actions Workflow

Automatically creates .github/workflows/runpilot.yml in your repo. Tests will be ingested after every push.

Playwright Video Recording

Videos are recorded for every test run. Links appear in Test Runs and the Videos page.

→ View recorded test videos