I am using com.intuit.karate.junit5.Karate and it is generating the HTML report only but I would like to have JSON output.
I looked at the code however it is by default generating the HTML output only by calling Engine.saveResultHtml()
method.
May I know what options we can use to get the JSON output instead of HTML?