Pinned Repositories
Android-screenshot-testing-playground
A sample repo to introduce screenshot testing in Android with different libraries
AndroidUiTestingUtils
A set of TestRules, ActivityScenarios and utils to facilitate UI and screenshot testing under given configurations: FontSizes, Locales...
ComposablePreviewScanner
A library to help auto-generate screenshot tests from Composable Previews with any screenshot testing library: JVM-based (i.e. Paparazzi, Roborazzi) as well as Instrumentation-based (i.e. Shot, Dropshots, Android-Testify, etc.)
FontSizeTestRule
An ActivityScenario extension and a Junit4 TestRule to simulate changing the font size on a device/emulator, as it would be done by going to Settings > display > Font size
KaspressoExperimentalRepo
Project to experiment with Kaspressi and extend its features
Multiplying_the_quality_of_unit_tests
An Android project in Jetpack Compose to showcase how to level up our unit tests step by step with parameterized tests, property-based test & stateful tests
sergio-sastre's Repositories
sergio-sastre/Android-screenshot-testing-playground
A sample repo to introduce screenshot testing in Android with different libraries
sergio-sastre/AndroidUiTestingUtils
A set of TestRules, ActivityScenarios and utils to facilitate UI and screenshot testing under given configurations: FontSizes, Locales...
sergio-sastre/ComposablePreviewScanner
A library to help auto-generate screenshot tests from Composable Previews with any screenshot testing library: JVM-based (i.e. Paparazzi, Roborazzi) as well as Instrumentation-based (i.e. Shot, Dropshots, Android-Testify, etc.)
sergio-sastre/FontSizeTestRule
An ActivityScenario extension and a Junit4 TestRule to simulate changing the font size on a device/emulator, as it would be done by going to Settings > display > Font size
sergio-sastre/Multiplying_the_quality_of_unit_tests
An Android project in Jetpack Compose to showcase how to level up our unit tests step by step with parameterized tests, property-based test & stateful tests
sergio-sastre/KaspressoExperimentalRepo
Project to experiment with Kaspressi and extend its features
sergio-sastre/Kaspresso
Great UI test framework
sergio-sastre/Kotlin-Multiplatform-Mobile-Sample
sergio-sastre/Multi-module-library-jitpack
sergio-sastre/reprint
A unified fingerprint library for android.
sergio-sastre/roborazzi
Make JVM Android integration test visible 🤖📸
sergio-sastre/Shot
Screenshot testing library for Android