Closed
Description
When I execute a BaseCase
formatted test script using pytest with the --html=test.html
flag to generate a test report, the report does not display the results of each individual test run.
I have confirmed my environment setup as follows:
- SeleniumBase version:
3.34.4
- Python version:
3.12.8
- pytest-html version:
4.0.2
In Issue #3318, it was mentioned that pytest-html
4.1.1
could not display real-time test results, leading to SeleniumBase pinning pytest-html to version 4.0.2
.
I would like to know if there is a better way to resolve this issue or if there is another recommended test reporting tool that can produce reports with all test results as before. Any recommendations would be appreciated.