pytest --html=test.html
does not display all test results in test.html
#3462
Labels
can't reproduce
We tried to see what you saw, but didn't
external
Outside SeleniumBase's scope. / Ask somewhere else.
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:
3.34.4
3.12.8
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 version4.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.
The text was updated successfully, but these errors were encountered: