Integration Options
Choose the integration option that best fits your CI/CD platform and workflow:GitHub Actions
For GitHub repositoriesStably provides a dedicated GitHub Action that integrates seamlessly with your GitHub workflows.
GitLab CI
For GitLab repositoriesIntegrate Stably tests into your GitLab CI/CD pipeline using our API. Configure your
.gitlab-ci.yml
to trigger tests.API Integration
For any CI/CD platformUse our REST API to trigger tests programmatically from any CI/CD system.
GitHub App Exploratory Testing
AI-powered PR analysis and testingOur GitHub App provides an AI-powered exploratory testing agent that analyzes your pull requests and automatically creates comprehensive tests for new features.
Getting Started
1
Get API Key
Go to the settings page on the Web UI to get your API key.
2
Choose Your Platform
Click on one of the integration options above to see detailed setup instructions for your specific CI/CD platform.
3
Configure Your Pipeline
Follow the platform-specific guide to integrate Stably tests into your CI/CD workflow.
API Documentation
For complete API reference, including all available endpoints, request/response schemas, and examples, visit our API Documentation.Also See:
Release Testing
Learn how to implement comprehensive testing strategies for production releases, including pre-release validation and post-deployment monitoring.