JSON report for Karate Framework
问题 How can I produce a JSON report while using karate framework so that I can use it in JENKINS using the cucumber reports plugin. My Karate version are: karate-apache - 0.8.0 karate-junit4 - 0.8.0 回答1: You really should read the docs: https://github.com/intuit/karate/tree/master/karate-demo#example-report <dependency> <groupId>net.masterthought</groupId> <artifactId>cucumber-reporting</artifactId> <version>3.8.0</version> <scope>test</scope> </dependency> public static void generateReport