Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
642 views
in Technique[技术] by (71.8m points)

cucumber jvm - 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!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...