humanmade / bulk-lighthouse

Run bulk lighthouse tests with pagespeed insights API.
MIT License
12 stars 0 forks source link

Allow exporting results in CSV/JSON format #1

Open shadyvb opened 1 year ago

shadyvb commented 1 year ago

It'd be nice to be able to export data in CSV / JSON formats, for further debugging / storage, or even programmatical access.

CSVs can be used to copy data to tracking sheets, and JSON can be used programmatically to display in dashboards etc.

svandragt commented 1 year ago

I've taken to running the test 3 times with 90s pause inbetween, but this means I have 3 sets of results, with computer readable scores it would be possible to average the runs with a script.

There's already packages that can take table scores and render them as a table.