使用多个标签选择器从空手道测试中调用其他功能文件
Call other feature files from Karate test with multiple tag selectors
是否可以在调用其他特征文件时指定多个标签选择器?
https://github.com/intuit/karate#call-tag-selector
示例:调用读取('classpath:my-signin.feature@br@e2e')
提前致谢。
没有。调用仅适用于 re-using 公共代码,应谨慎使用。请注意,您可以使用 karate.call()
以编程方式进行调用,因此这不是限制。
是否可以在调用其他特征文件时指定多个标签选择器?
https://github.com/intuit/karate#call-tag-selector
示例:调用读取('classpath:my-signin.feature@br@e2e')
提前致谢。
没有。调用仅适用于 re-using 公共代码,应谨慎使用。请注意,您可以使用 karate.call()
以编程方式进行调用,因此这不是限制。