Issue#4 Add scrolling to recyclerview so elements can be verified safely

This commit is contained in:
Gergely Hegedus 2022-01-05 14:46:14 +02:00
parent fa1fc49d0b
commit fc32f1c7cd
7 changed files with 58 additions and 36 deletions

View file

@ -45,6 +45,11 @@ task unitTests(dependsOn: ["app:testKoinDebugUnitTest", "app:testHiltDebugUnitTe
description = 'Run all unit tests'
}
task robolectricTests(dependsOn: ["app:testKoinDebugUnitTest", "app:testHiltDebugUnitTest"]){
group = 'Tests'
description = 'Run all robolectric tests'
}
task androidTests(dependsOn: ["app:connectedKoinDebugAndroidTest", "app:connectedHiltDebugAndroidTest"]){
group = 'Tests'
description = 'Run all Android tests'