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:- Install Testpilot in your CI environment
- Configure your API credentials as secrets
- Run your test suite as part of your pipeline
- Collect and publish test results
See Also
- CLI Reference - Command-line options for running tests
- Best Practices - Tips for writing effective CI/CD tests