Skip to main content
Testpilot integrates seamlessly with your existing CI/CD workflows, allowing you to run automated tests on every commit, pull request, or deployment. This helps catch regressions early and ensures your application works as expected before reaching production.

What You’ll Find Here

This section covers integrations with popular CI/CD platforms and development tools. You’ll learn how to set up Testpilot in your pipeline, configure test execution, and manage test results.
Additional integrations for GitHub Actions, Jenkins, and other platforms are coming soon. For now, you can run Testpilot in any CI/CD environment that supports command-line tools.

Setting Up CI/CD Testing

When integrating Testpilot with your CI/CD pipeline, you’ll typically:
  1. Install Testpilot in your CI environment
  2. Configure your API credentials as secrets
  3. Run your test suite as part of your pipeline
  4. Collect and publish test results
Each integration guide provides specific instructions for your platform.

See Also

I