Calabash Tests with Virtual Device Testing

I love your new Virtual Device Testing feature, I already replaced it with our old solution using Firebase. It would be great if we could use this virtual devices to run Calabash UI-Tests to make sure they are working before we are uploading them to AWS Device Farm!

Hey!

Firebase runs test framework included in the Manifest by default with the commands something like in this section:
https://developer.android.com/studio/test/command-line.html#RunTestsDevice

So in fact this means that you can use your own test framework, by setting the package and runner class in the stepโ€™s input fields.

Did you tried that?

Also I found a topic where others are using calabash class with the commands from the topic above:
http://www.kiodev.com/automated-calabash-testing-on-marshmallow/

1 Like

This topic was automatically closed after 3 days. New replies are no longer allowed.