问题描述
我在柏树中使用黄瓜,并且有多个特征文件,我的一个特征文件依赖于另一个特征文件。是否可以在功能文件中调用其他功能文件? 所以要运行JJ.feature文件,我必须先运行test2.feature文件
在这种情况下,我只想运行JJ.feature并且依赖于
--> integeration folder
|
---> test folder
|
---> login.feature
|---> login folder --> login.js
|---> test2.featuer (@login then all then run the rest Scenario)
|---- test2 folder -> test.js(it should run login first)
|---> JJ.featuer (@login @test1 and @test2 needs to run first then all then run the rest Scenario)
|---- JJ folder -> jj.js(it should run login first)
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)