🔘Pynt for TestRunner (ReadyAPI CLI)

Run Pynt API security tests from the ReadyAPI TestRunner

What is ReadyAPI TestRunner?

💡 ReadyAPI testrunner 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.


Pynt's Integration with ReadyAPI TestRunner

As part of its API security testing 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 are met.

  2. Follow the instructions to install Pynt container here.

  3. Then, continue with the below example.


Example

In this example, we will use pynt command to wrap the testrunner command. the proxy parameters must be added to route testrunner through Pynt: -Dhttp.proxyHost and -DhttpProxyPort

See the following example:

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

💡 Pynt CLI Troubleshooting: If you're encountering issues with Pynt's CLI, visit the Pynt CLI Troubleshooting Guide for solutions and troubleshooting tips.

💡 Still Need Help? For any questions or troubleshooting, reach out to the Pynt Community Support.

Last updated