android: add compose ui tests for auth and chat list states
Some checks failed
CI / test (push) Failing after 2m14s

This commit is contained in:
Codex
2026-03-09 15:37:10 +03:00
parent ffa2205a30
commit b5cd371f8b
5 changed files with 95 additions and 1 deletions

View File

@@ -358,3 +358,8 @@
- Added global Coil image loader cache policy in `MessengerApplication` (memory + disk cache).
- Added Media3 `SimpleCache` singleton module for media stream/file caching foundation.
- Added Media3/Coil core dependencies and configured cache sizes for mobile usage.
### Step 61 - Compose UI tests baseline
- Added instrumented Compose UI tests for login and chat list states.
- Added Android test dependencies for Compose test runner (`ui-test-junit4`) and test infra.
- Covered key visual states: auth error rendering, chat list loading state, and empty state.