# Running tests from your CI/CD pipeline

Running tests from browser is convenient during the development phase of an API. But once the code is merged, you might also want to keep checking the API for regressions by running tests during CI/CD. KushoAI integrates with your CI/CD platform and allows you to run these tests from CI/CD as well during every pull request merge or commit. This sections explains how to get started with CI/CD integration.