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 Tests tab.
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 Tests tab.
The solution also works for multiplatform projects, such as Flutter and React Native.
-
Device testing for iOS: Build a test bundle from your
.xcodeprojor.xcworkspacefile 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.