From d67d43efafc8b7ab00925b925f7623ad1dc38456 Mon Sep 17 00:00:00 2001 From: Olha Sheremeta Date: Thu, 9 Nov 2023 17:37:37 +0200 Subject: [PATCH] Update python-test-automation.md Add testomatio reporting plugin for Python tests. --- python-test-automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python-test-automation.md b/python-test-automation.md index 89c9f3c..8128dcb 100644 --- a/python-test-automation.md +++ b/python-test-automation.md @@ -246,6 +246,7 @@ Also: * [allure pytest](https://github.com/allure-framework/allure-python) - Allure adapter for PyTest framework. * [HTMLTestRunner](http://tungwaiyip.info/software/HTMLTestRunner.html) - An extension to the Python standard library's unittest module. It generates easy to use HTML test reports. * [unittest-xml-reporting](https://github.com/xmlrunner/unittest-xml-reporting) - A unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers. +* [pytest-analyzer](https://pypi.org/project/pytest-analyzer/) - this plugin allows to analyze tests in pytest project, collect test metadata and reports them to the testomat.io TCM system. ## Documentation generation