bitrise-steplib / steps-firebase-testlab

DEPRECATED: please use https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android instead
MIT License
2 stars 2 forks source link

Default to fastest virtual device #1

Closed bootstraponline closed 7 years ago

bootstraponline commented 7 years ago

test_devices: "athene,23,en,portrait" is the current default. As a physical device, this represents a 5x increase in costs.

NexusLowRes is the fastest virtual device on FTL for API level >= 23. I recommend that be the default.

trapacska commented 7 years ago

Hey!

Thank for the feedback @bootstraponline !

It is fixed in the new step, this will be deprecated. https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android/blob/master/step.yml#L36

Please feel free to reopen if you encounter any issue with it. 🚀