Skip to main content

Quickstart

Get up and running with Rehearsal in just a few simple steps.

Step 1: Sign Up

Create your account at app.rehearsal.ai using your email, Google, or GitHub account.

Step 2: Connect Your Repository

Link your GitHub or GitLab repository to Rehearsal:
  1. Navigate to the dashboard
  2. Click “Connect Repository”
  3. Authorize access to your code repository
  4. Select the repositories you want to test

Step 3: Generate Your First Test

Use our AI to automatically generate tests:
  1. Go to the “Tests” tab
  2. Click “Generate Test”
  3. Describe your user flow in natural language
  4. Let AI create the test for you

Step 4: Run Tests

Execute tests in your CI/CD pipeline or manually:
# Run tests locally
npx rehearsal-cli test

# Or integrate with GitHub Actions

Need Help?