Issue#4 Add scrolling to recyclerview so elements can be verified safely
This commit is contained in:
parent
fa1fc49d0b
commit
fc32f1c7cd
7 changed files with 58 additions and 36 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue