numirias / pytest-json-report

🗒️ A pytest plugin to report test results as JSON
MIT License
146 stars 39 forks source link

Tests are showing RERUN - Not updating the outcome of the Test #85

Open vivekvasu95 opened 1 year ago

vivekvasu95 commented 1 year ago

Run pytest with cmd pytest --reruns 1

report.json is showing the below summary. Both rerun tests passed after the rerun, but the status of those are not updated after completion. "summary":{ "passed":11, "failed":1, "rerun":2, "total":14, "collected":14 },