Discussion on HTML report generation

We had ran into use case where we need to generate a HTML report via command line which contains only end metrics of the test? From the knowledge articles could able to get only handle summary callback function but that doesn’t fits our need. Is there anyway that we could do it via command line? Is ther a a way to write metrics that are returned to stdout to a seperate HTML line via command line?

Hi @Yadhavaram !

Welcome to the community forums! :wave:

:thinking: I belive by default with the CLI there is only JSON exporting possible Options reference.

Out of curiosity, why exactly the handleSummury doesn’t meet your needs?

Also, have you considered GitHub - benc-uk/k6-reporter: Output K6 test run results as formatted & easy to read HTML reports ?

Cheers