I want to create a status report that can be email to client on a daily basis.
There are multiple feature file and each feature file have multiple scenarios in the framework. I want to consolidate everything and generate a report and send that report through jenkins run everyday.
Using karate, I am able to generate karate-summary report and cucumber-report, But client is expecting the report with Test case name, status, Duration of testcase run, failure reasons which is something like this, Any suggestions on how to achieve this?