# Framework-specific Guidance

- [Supported Testing Frameworks](https://docs.testery.io/framework-specific-guidance/supported-testing-frameworks.md)
- [Cypress](https://docs.testery.io/framework-specific-guidance/cypress.md)
- [Updating Cypress Tests to Output in JUnit XML Format](https://docs.testery.io/framework-specific-guidance/cypress/updating-cypress-tests-to-output-in-junit-xml-format.md): In this article, we'll walk through the steps to update your Cypress tests to output in JUnit XML format and how to upload them to Testery for automated analysis.
- [Playwright](https://docs.testery.io/framework-specific-guidance/playwright.md): Instructions for getting your Playwright tests to run on Testery
- [Update Playwright Tests to Output in JUnit XML Format for Import Into Testery](https://docs.testery.io/framework-specific-guidance/playwright/update-playwright-tests-to-output-in-junit-xml-format-for-import-into-testery.md): In this article, we'll guide you through the process of updating your Playwright tests to output results in JUnit XML format, allowing you to seamlessly integrate them into your CI/CD pipeline.  Prere
- [PyTest](https://docs.testery.io/framework-specific-guidance/pytest.md)
- [Update Pytest to Generate JUnit XML for Import into Testery](https://docs.testery.io/framework-specific-guidance/pytest/update-pytest-to-generate-junit-xml-for-import-into-testery.md)
- [TestNG](https://docs.testery.io/framework-specific-guidance/testng.md)
- [Updating TestNG Tests to Output in JUnit XML Format](https://docs.testery.io/framework-specific-guidance/testng/updating-testng-tests-to-output-in-junit-xml-format.md): In this article, we'll guide you through the process of updating your TestNG tests to output results in JUnit XML format and then uploading these results to Testery for further analysis and monitoring


---

# 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.testery.io/framework-specific-guidance.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.
