You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample app to use espresso and others platforms to testing UI. The app show how to do Integration test with Espresso. The main screens was written in Kotlin, and the tests was written in Java and Kotlin to see the diferences
Android Testing playground. The UI tests are based on Kakao which is built ontop of Google's Espresso. The project tests to find views interact with intents and recyclerviews with scroll to functionalities.
Covid19 Tracker is a sample Android application focused on displaying statistics using graphs and adding a lot of tests. From a technical point of view, it has an Offline-First approach and uses the Single Source of Truth principle. Also, it has been built making use of a huge database and Flow streams with the aim of achieving the best performa…