Can we store all the responses of all the scenarios in a feature file into a separate json file? Let me know if that's possible with karate. Thank you
Asked
Active
Viewed 18 times
0
-
The results of all the steps of all the scenarios are available in "target\surefire-reports" as a *.json. You can parse it for the values of your interest. – Neodawn Feb 04 '20 at 13:03
-
Thanks for your reply. That json file approach helped. – automation.ninja.08 Jun 12 '20 at 21:59