1

for my Inhouse CI tool, I need to provide output of the karate Execution as a json file in the project folder, with below keys.

{passed:15, failed 8}

this should be a consolidated values of the executed feature/s.

Vibhuti Salvi
  • 25
  • 1
  • 4

1 Answers1

0

You can build this yourself by using the output of the Results object in Java. Also refer: https://stackoverflow.com/a/66773839/143475

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248