KakaoCup / Compose

Nice and simple DSL for Espresso Compose UI testing in Kotlin
https://kakaocup.github.io/Compose/
Apache License 2.0
139 stars 13 forks source link

KListNode implementation #85

Closed PStrelchenko closed 3 months ago

PStrelchenko commented 3 months ago

Adds new version of API for list testing.

This API can be used for testing not only lazy lists but also scrollable containers (such as Column with verticallScroll or Row with horizontalScroll) and not scrollable containers with indexed items (for example - bottom navigation bar with several indexed items).