Quickstart
Get tests running on your PRs in 5 minutes.
Get your existing tests running automatically on every PR, with automatic test evolution.
Step 1: Add Your Repository
- Go to Testing > Repos in the dashboard
- Click Add Repository and select your repository from GitHub
- Save with default settings — you can configure later
Step 2: Import Your Tests
- Go to Testing > Tests
- Click New Test and select the repo you just added
- Choose Unit or Integration as the test type
- Switch to the Import Existing tab
- Select the tests Paragon finds and click Import Selected
Step 3: Enable Run on PR
- Go to Testing > Repos
- Click your repository to open settings
- Toggle on Run on PR
- Save — your tests now run on every pull request
Step 4: Enable Evolving Tests
- In the same repository settings, scroll to Evolving Tests
- Turn on Enable Evolving Tests
- Toggle on Auto-Run on PR to analyze every PR
- Save — Paragon will now propose test updates when your code changes
What Happens Next
On your next PR:
- Your imported tests run automatically
- Results appear as a GitHub status check
- Paragon analyzes your changes and proposes test updates
- Review proposals and accept to keep tests in sync