goose icon indicating copy to clipboard operation
goose copied to clipboard

Machine-readable results

Open samoylovfp opened this issue 2 years ago • 2 comments

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.

samoylovfp avatar Jun 13 '22 09:06 samoylovfp

Adding the ability to to create a report from a single run or from multiple runs would be interesting. Happy to review your PR!

jeremyandrews avatar Jun 13 '22 09:06 jeremyandrews

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

samoylovfp avatar Jun 16 '22 14:06 samoylovfp

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.

mTsBucy1 avatar Sep 05 '22 12:09 mTsBucy1