# Pynt with Testing Frameworks

{% hint style="success" %}
🚀 **At a Glance**: Pynt integrates effortlessly with popular testing frameworks like **Selenium, RestAssured, and Pytest**, allowing security tests to run alongside functional tests in any environment.
{% endhint %}

## Pynt CLI Integration with API Testing Frameworks

Pynt is **agnostic** to the testing framework, meaning it fits seamlessly into your existing workflows, whether you're testing APIs, backend services, or frontend components.

***

## Advantages of Pynt’s Agnostic Integration

{% hint style="info" %}
💡 **Automation Across Frameworks**: No matter the framework you use, Pynt automates security testing in your CI/CD pipeline, ensuring that all APIs are tested for vulnerabilities alongside functionality.
{% endhint %}

{% hint style="info" %}
🔍 **Adaptable to Any Tool**: Pynt integrates with any testing framework, so you don’t need to change your development process. Whether it's  **Selenium, RestAssured or, Pytest**, Pynt adds security testing seamlessly.
{% endhint %}

***

## Supported Frameworks

* [**Selenium**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-selenium.md) for UI testing
* [**RestAssured**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-rest-assured.md) for API testing
* [**Jest**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-jest.md) for JavaScript testing
* [**Pytest**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-pytest.md) for API testing
* [**Go**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-go.md) for backend services
* [**JMeter**](/documentation/security-testing-integrations/pynt-with-testing-frameworks/pynt-for-jmeter.md) for API performance testing

Pynt’s flexibility ensures security tests run without disrupting your current workflows.

***

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pynt.io/documentation/security-testing-integrations/pynt-with-testing-frameworks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
