问题描述
空手道API测试是否支持与TM4J集成(Jira-Adaptavist的测试管理)?我们已经在我们的GraphQL层上使用了空手道,到目前为止,它已经非常成功.我们需要在整个公司的多个框架中集成TM4J,因此想知道是否有可能?
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支持Cucumber.options
TM4J supports cucumber.options
对此表示任何帮助.
谢谢!
推荐答案
由于空手道导出了cucumber-json,因此可以正常使用.
Since Karate exports the cucumber-json, this may work without any change.
也请参考此线程: https://github.com/intuit/karate/issues/619
请注意,空手道在做某件事上略有不同,因此您可能需要注意: https://stackoverflow.com/a/56516016/143475
And note that Karate does one thing slightly differently, so you may need to be aware of that: https://stackoverflow.com/a/56516016/143475
除此以外,我们都认为外部工具需要负责,或者您必须编写自定义钩子: https://stackoverflow.com/a/59080128/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
这篇关于将TM4J(Jira的测试管理)Adpavist与空手道测试相集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!