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 は、Firebase Test Labs による便利なデバイス テスト ソリューションを提供します。独自の Firebase アカウントは必要なく、複雑な構成も必要ありません。テスト用に iOS および Android アプリをビルドし、専用のデバイス テスト ステップを実行してテストを実行し、それらをテスト レポートにエクスポートするだけです。アドオン。
このソリューションは、Flutter や React Native アプリなどのマルチプラットフォーム アプリでも機能します。
-
iOS のデバイス テスト: からテスト バンドルをビルドします。
.xcodeproj
また.xcworkspace
ファイルを作成し、Firebase 上の実際のデバイスでデバイス テストを実行します。 -
Android のデバイス テスト: APK をビルドし、デバイス テスト ステップでロボ、インストルメント化、およびゲームループ テストを実行します。
-
マルチプラットフォーム アプリのデバイス テスト: Firebase を使用したデバイス テスト用にマルチプラットフォーム アプリを構成する方法を学びます。