#
Running tests from your CI/CD pipeline
Running tests from the browser is convenient during the development phase of an API. However, once the code is merged, you may also want to continue checking the API for regressions by running tests during CI/CD. KushoAI integrates with your CI/CD platform, allowing you to run these tests from CI/CD during every pull request, merge, or commit. This section explains how to get started with CI/CD integration.