Open BurhanH opened 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.
Research a solution to implement test reporting for our test automation project.