Firebase Test Lab ● Allows us to run Robo Tests (No Espresso Tests Required) ● Supports APKs and AAB’s ● Can Run UI (Espresso) Tests as daily checks. ● Allows us to test on Real and Virtual Devices. ● Gives us comprehensive reports. ● Provides Screenshots and Crawling Graph ● Performance Results of the app ● Video records the full test ● Has Cloud function functionality
Firebase Crashlytics ● Automatic Crash reporting ● Checks if bugs have regressed or are new. ● Cloud function triggers to help with integrations. ● Custom Keys help us trace our steps. ● Analytics are also shown in the Log report. ● Reports information about device that app is crashing on. ● Velocity Alerts help us with recurring issues affecting users in almost real time. ● Can check crashes for unique users with userIndentifier method.