> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/security-testing-integrations/pynt-with-api-testing-clis/pynt-for-testrunner-readyapi-cli.md).

# Pynt for TestRunner (ReadyAPI CLI)

## **What is ReadyAPI TestRunner?**

{% hint style="info" %}
💡 [**ReadyAPI testrunner**](https://support.smartbear.com/readyapi/docs/functional/running/automating/about.html) is the command-line utility for running API tests in ReadyAPI. It allows you to execute functional, security, and performance tests directly from the CLI.
{% endhint %}

<figure><img src="/files/90Vbt401HKLkKtyqVfW8" alt="" width="375"><figcaption><p>ReadyAPI</p></figcaption></figure>

***

## Pynt's Integration with ReadyAPI TestRunner

As part of its [API security testing](/documentation/api-security-testing/security-testing-overview.md) suit, Pynt allows seamless integration with any ReadyAPI tests.

Pynt can leverage the traffic generated by the ReadyAPI functional tests to perform a comprehensive API security test.

***

## Quick start

1. First, make sure Pynt's [prerequisites](/documentation/api-security-testing/prerequisites-for-running-pynt-scans.md) are met.
2. Follow the instructions to install Pynt container [here](/documentation/api-security-testing/how-to-install-pynt-cli.md).
3. Then, continue with the below example.

***

## Example

In this example, we will use [`pynt command`](/documentation/api-security-testing/pynt-cli-modes/pynt-command-cli-mode.md) to wrap the testrunner command. the proxy parameters must be added to route testrunner through Pynt: `-Dhttp.proxyHost` and `-DhttpProxyPort`&#x20;

See the following example:

```bash
$ pynt command --cmd './testrunner.sh -r -a -j -I /tmp/Project-1-readyapi-project.xml -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=6666'
```

***

{% hint style="info" %}
💡 **Pynt CLI Troubleshooting**: If you're encountering issues with Pynt's CLI, visit the [**Pynt CLI Troubleshooting Guide**](https://docs.pynt.io/documentation/api-security-testing/pynt-scans-troubleshooting/pynt-cli-troubleshooting) for solutions and troubleshooting tips.
{% endhint %}

{% hint style="info" %}
💡 **Still Need Help?** For any questions or troubleshooting, reach out to the [**Pynt Community Support**](https://www.pynt.io/community).
{% endhint %}
