Moving Android instrumented tests to JVM unit tests? #1049
SimonMarquis
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the recent move to JVM screenshots testing with Roborazzi #876 and the flakiness/duration (from 35m up to 1h) of the Android instrumented tests, what are your thoughts on moving most (if not all) of the
androidTest/tests to/testwhen possible?Here is a good example of such change, since
ThemeTest.ktdoes not actually need to run on a physical/virtual device:ThemeTestto unit test #1048Here is the list of all instrumented tests:
:appapp/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui/NavigationTest.ktapp/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppStateTest.kt:core:databasecore/database/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/core/database/dao/NewsResourceDaoTest.kt:core:designsystemcore/designsystem/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/ThemeTest.kt:core:uicore/ui/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/core/ui/NewsResourceCardTest.kt:feature:bookmarksfeature/bookmarks/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/feature/bookmarks/BookmarksScreenTest.kt:feature:foryoufeature/foryou/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreenTest.kt:feature:interestsfeature/interests/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsScreenTest.kt:feature:searchfeature/search/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchScreenTest.kt:feature:settingsfeature/settings/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialogTest.kt:feature:topicfeature/topic/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/feature/topic/TopicScreenTest.kt:sync:worksync/work/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/sync/workers/SyncWorkerTest.ktBeta Was this translation helpful? Give feedback.
All reactions