Device testing with Firebase
Bitrise offers a convenient device testing solution with Firebase Test Labs. You don't need your own Firebase account: you just need to build your iOS and Android apps for testing and then run the dedicated device testing Steps that runs your tests and can export them to the Test Reports add-on.
Bitrise offers a convenient device testing solution with Firebase Test Labs. You don't need your own Firebase account, nor do you need any complex configuration: you just need to build your iOS and Android apps for testing and then run the dedicated device testing Steps that runs your tests and can export them to the Test Reports add-on.
The solution also works for multiplatform apps, such as Flutter and React Native apps.
-
Device testing for iOS: Build a test bundle from your
.xcodeproj
or.xcworkspace
file and run device tests on real devices on Firebase. -
Device testing for Android: Build an APK and then run robo-, instrumented-, and gameloop tests with the device testing Step.
-
Device testing for multiplatform apps: Learn how to configure your multiplatform apps for device tests with Firebase.