incompatible cucumber json report between karate and cucumber
问题 I am trying to import json results from karate tests into the AssertThat Jira plugin. Importing works well with cucumber js 5.1.0, but fails using karate 0.9.2 Seems that the problem lies in AssertThat using the Feature's "name" in the json to correlate to its internal Feature names, and a difference between how karate and cucumber js use the "name" and "description" fields . Cucumber js uses the Feature's name from the feature file itself e.g. a feature file with "Feature: test reporting"