Reputation: 41
I have tried submitting the tests in a few different ways but keep receiving this error. Anyone have any ideas? Below is the format that I have submitted my tests in.
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
Thanks
Upvotes: 1
Views: 435
Reputation: 41
I figured out the issue. I removed the profile name from the run and the tests ran perfectly.
Upvotes: 0
Reputation: 2375
Would you be able to answer a few questions?
Android: 0.7.2 [1]
iOS: 0.20.3 [2]
If you are make sure you are including the config directory with the cucumber.yml file inside of the zip uploaded to device farm. Hence your test package would then look like:
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
Look forward to your response
Best Regards James
Upvotes: 1