B Search Erros
Return Home
Newest questions tagged android - Stack Overflow

Android Compose UI Tests displaying cached/stale Firestore emulator data when running all tests together [duplicate]

I am writing UI integration tests for a Jetpack Compose Android application using the Firebase Firestore Emulator hosted on a local test server. I want every single test case to start with a clean slate. Before each test

View original source