Closed jacebrowning closed 5 years ago
Thanks for reporting. I'm afraid I need more information since your test case runs as expected for me locally and on Travis (see #33)
I should have confirmed that on was on the latest version. 😄
Upgrading from 0.7.0
to 1.0.2
fixes this!
I am using https://github.com/box/flaky to attempt to rerun flaky tests. Here is some code that emulates flakiness:
The
pytest
summary reports:The https://github.com/pytest-dev/pytest-html report shows:
But the JSON report from this library shows:
How can I get
pytest-json-report
to treat the successfully rerun test as a pass?