v0.9.0
What's Changed
- The plugin now provides a smoke testing capability via App Distribution's “Automated tester” for Android apps. The feature is available in beta mode, and automatically runs tests on your Android apps on virtual and physical devices at different API levels. Run
bundle exec fastlane action firebase_app_distribution
to see all available flags. To learn more about automated tests, see Run an automated test for Android apps. - Support automated tests by @kaibolay in #351
- Don't throw an exception if there are no testers with UDIDs by @kaibolay in #363 (fixes Issue #362)
New Contributors
- @MaesterChestnut made their first contribution in #356
Full Changelog: v0.8.1...v0.9.0