Search code examples
androidamazon-web-servicesautomationcalabash

AWS Device Farm "No suites found to execute" after running Calabash test


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


Solution

  • I figured out the issue. I removed the profile name from the run and the tests ran perfectly.