Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Update python-test-automation.md #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python-test-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down