A set of TestRules, ActivityScenarios and utils to facilitate UI & screenshot testing under
certain configurations, independent of the UI testing libraries you are using.
For screenshot testing, it supports:
- Jetpack Compose
- android Views (e.g. custom Views, ViewHolders, etc.)
- Activities
- Fragments
- Robolectric
- Cross-library & Shared screenshot testing i.e. same test running either on device or on JVM.
This library enables you to easily change the following configurations in your UI tests:
- Locale (also Pseudolocales en_XA & ar_XB)
- App Locale (i.e. per-app language preference)
- System Locale
- Font size
- Orientation
- Custom themes
- Dark mode / Day-Night mode
- Display size
Wondering why verifying our design under these configurations is important? I've got you covered:
🎨 Design a pixel perfect Android app
Check out this library's documentation page to see how to use it, including code and ready-to-run examples
Thanks to Screenshotbot for their support!
By using Screenshotbot instead of the in-build record/verify modes provided by most screenshot
libraries, you'll give your colleages a better developer experience, since they will not be required
to manually record screenshots after every run, instead getting notifications on their Pull
Requests.
Android UI testing utils
logo modified from one by Freepik - Flaticon