BurhanH / TestAutomationCourse-python-ui-project

Python UI project for Test Automation Course
MIT License
7 stars 10 forks source link

Test reporting #15

Open BurhanH opened 2 years ago

BurhanH commented 2 years ago

Research a solution to implement test reporting for our test automation project.

Stan575 commented 2 years ago

It seems problematic to generate decent test run report for unittest. On GutHub Actions tests executed using pytest, there are few good options for reports with pytest, so it maybe better option for us to switch to pytest and have all benefits it provides, including running tests by markers. We could use pytest-html-reporter or allure then.