Search code examples
karatecucumber-jvmjira-integration

integrating TM4J (Test management for Jira) Adpavist with Karate Tests


Does Karate API tests supports integration with TM4J (Test management for Jira - Adaptavist)? We have been using Karate for our GraphQL layer and it has been quite successful so far. we have a requirement to integrate TM4J across multiple frameworks across the company and hence wanted to know if it is possible?

TM4J supports cucumber.options

Any help on this is much appreciated.

Thanks!


Solution

  • Since Karate exports the cucumber-json, this may work without any change.

    Also refer this thread: https://github.com/intuit/karate/issues/619

    And note that Karate does one thing slightly differently, so you may need to be aware of that: https://stackoverflow.com/a/56516016/143475

    Anything beyond this we consider the responsibility of the external tool side, or you have to write a custom-hook: https://stackoverflow.com/a/59080128/143475