You can include ReadyAPI tests in your builds by using command-line runners.
ReadyAPI provides a runner tool for all tests you can run in it:
Functional TestRunner for functional tests.
Security TestRunner for security tests.
Performance TestRunner for load tests.
Virtual Service Runner to start and stop virtual APIs (virtual services).
ReadyAPI integrates with a number of continuous integration systems (like Maven, Jenkins and so on). See Integrations With CI Systems to learn more.
Regardless of the continuous integration system you use, you can use one of the command-line runners to work with ReadyAPI. To do this, you create a batch file with the command line to pass to the runner and then execute it by using the Batch Command build step. The name of the step may be different depending on the CI system you use and on the operating system you run it on. As a reference on how to do it, please check the following instructions: