我尝试过以几种不同的方式提交测试,但仍然收到此错误。有人有主意吗?以下是我提交测试的格式。
mytests.zip
-features
- step_definitions
- steps.rb
- moresteps.rb
- support
- app_installation_hooks.rb
- app_life_cycle_hooks.rb
- env.rb
- hooks.rb
- firstfeature.feature
- secondfeature.feature
- thirdfeature.feature
由于
答案 0 :(得分:0)
你能回答几个问题吗?
Android:0.7.2 [1]
iOS:0.20.3 [2]
如果您确保包含config目录,并且在zip文件中已经上传到设备场。因此,您的测试包将如下所示:
mytests.zip
-config
-cucumber.yml
-features
- step_definitions
- steps.rb
- moresteps.rb
- support
- app_installation_hooks.rb
- app_life_cycle_hooks.rb
- env.rb
- hooks.rb
- firstfeature.feature
- secondfeature.feature
- thirdfeature.feature
期待您的回复
最诚挚的问候 詹姆斯
答案 1 :(得分:0)
我想出了这个问题。我从运行中删除了配置文件名称,测试运行完美。