Generate HTML report after automated tests have been executed with pytest #210
Labels
improvement
This issue or pull request will add new or improve existing functionality
Milestone
Is your feature request related to a problem? Please describe.
After the automated tests have been executed using pytest, generate HTML report that shows what tests have Passed or Failed. For the Failed tests; display the error messages as seen on console.
Describe the solution you'd like
Pytest has pytest-html feature that can be leveraged to generate HTML reports.
Describe alternatives you've considered
pytest-html is the most convenient are already available solution developed by pytest developer community.
Additional context
The text was updated successfully, but these errors were encountered: