goose
goose copied to clipboard
Machine-readable results
I would like to request a feature of writing the resulting data into a machine-readable format. Something like json, so results from different runs could be combined together.
Will you accept a merge request with this functionality?
I would replace all the calls to self.write_html_report().await?;
with self.write_reports().await?;
and have a serde-serializeable structure to hold the results, which is then used to generate both the json file and the html report.
Adding the ability to to create a report from a single run or from multiple runs would be interesting. Happy to review your PR!
Still working on this, I made a little bit of a refactoring to avoid copying a lot of error handling regarding writing things to file, looking to finalize this probably next week
Should this issue be closed as well, since the PR was closed. Really I think, the different requests and transaction logs should be sufficiently machine-readable.