htmltest icon indicating copy to clipboard operation
htmltest copied to clipboard

Output to JSON format

Open adamaltman opened this issue 2 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

It is hard to use the output programmatically.

Describe the solution you'd like

Optionally output to JSON format so it can be used more easily by another program.

Describe alternatives you've considered

None

Additional context

Looking for a better way to display it visually, such as within a webpage.

adamaltman avatar Dec 09 '22 01:12 adamaltman

Interesting, I've a few projects in GitLab that we link up output via JUnit XML (none of these projects is Java but seems this is a 'standard' output)

I'd want to support JSON as output as well!

wjdp avatar Jan 28 '23 19:01 wjdp