You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using pytest-html and I saw that that there is a critical defect..
We are using the --continue-on-collection-errors parameter to avoid breaking the build where there are any compile errors.
However, when looking into the html log, I see that it can't grab the error and present it.
In the *.xml file that py.test produces, I can see the fail..
Can you please aid?
Step to reproduce
create couple of test_ZZZ.py files with compiling error
run python -m py.test --continue-on-collection-errors parameter --html=results.html --self-contained-html --junitxml results.xml
Compare the .xm results to the html results.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using pytest-html and I saw that that there is a critical defect..
We are using the
--continue-on-collection-errors parameter
to avoid breaking the build where there are any compile errors.However, when looking into the html log, I see that it can't grab the error and present it.
In the *.xml file that py.test produces, I can see the fail..
Can you please aid?
Step to reproduce
python -m py.test --continue-on-collection-errors parameter --html=results.html --self-contained-html --junitxml results.xml
The text was updated successfully, but these errors were encountered: