numirias / pytest-json-report

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

Question - Any way to append the results to the existing JSON file? #86

Open vivekvasu95 opened 2 years ago

vivekvasu95 commented 2 years ago

Any step to append the results to the existing JSON file?

Scenario: In the case of rerun using --lf, it creates a new file. Instead, would like to know if there is a way to append it to the existing one.