📄️ Allure Reporter
Allure Reporter is a plugin for Vedro that provides integration with the Allure Framework, a flexible, lightweight, multi-language test report tool. The Allure Framework offers a concise representation of test results in a clean, easily understandable web report format.
📄️ HTTPX Client
vedro-httpx is a plugin designed for the Vedro testing framework. Its main goal is to simplify the process of sending HTTP requests via HTTPX, a fully-featured HTTP client that supports both synchronous and asynchronous APIs, as well as HTTP/1.1 and HTTP/2 protocols.
📄️ PyCharm Plugin
Vedro PyCharm plugin streamlines the process of executing and analyzing individual and parameterized scenarios right within your IDE, reducing the need to context-switch between your terminal and the PyCharm environment.
📄️ VSCode Extension
The VSCode extension for Vedro is currently in its alpha version, designed to enhance the functionality of the Vedro testing framework within the Visual Studio Code environment.
📄️ GitLab Reporter
GitLab Reporter is a Vedro plugin that enhances the readability and navigability of your test reports. By utilizing GitLab's collapsible sections, it provides a more organized and efficient way to review your reports.
📄️ Flake8 Linter
Flake8-Vedro is a specialized flake8 linter designed for the Vedro framework. It improves code quality in Vedro-based projects by enforcing rules that enhance maintainability and readability in test development.
📄️ UnitTest Bridge
Python’s built-in unittest framework has been a staple for test automation for years. Many teams have extensive test suites built with unittest, but as testing needs evolve, modern frameworks like Vedro offer powerful features that improve test execution, reporting, and stability.