Skip to main content

Integrations

Continuous Integration (CI) is an important part of automating your development and deployment processes. Successful CI Pipelines have automated gates, checks, and tests to ensure the quality of your application and changes. With Qualiti, you can easily integrate Test Plans into your existing CI stack to get automated testing and reporting!

Supported Tools

We support any CI runner with a UNIX-like environment, Bash shell, and cURL. This includes GitHub, GitLab, Circle, Semaphore, Jenkins, and so on.

💡 We will be adding native support for CI tools in the future!

Add an Integration

  1. Go to the Integrations page
  2. Click on Generate Integration
  3. Copy your Client ID and API Key and store them somewhere safe, such as a password vault
  4. If you plan on using Bash to trigger tests, copy the example script
  5. Open a new tab and login to your CI Tool
  6. Copy-and-paste shell script into an existing pipeline or new pipeline
  7. Find the Qualiti test plan you wish to trigger and copy its ID, and replace $PLAN_ID with your ID