Compose icon indicating copy to clipboard operation
Compose copied to clipboard

Nice and simple DSL for Espresso Compose UI testing in Kotlin

Results 23 Compose issues
Sort by recently updated
recently updated
newest added

I want to get all items from Row or Column and cast them to specific PageObject. But now you can use only the Compose testing API to get all semantic...

Hi,` I'd like to perform some custom assertions on a field such as the one in the example code below. I'm sorry if this is an obvious question, but I've...

In my testing if I provide ComposeScreen with `viewBuilderAction = { hasTestTag(C.Screen.main_screen) }` it doesn't work. I tested a bit, and I suspect that it uses wrong hierarchy matchers. If...

I've added a new node action, `performTouchInput`, similar to other actions, and deprecated `performGesture`. Also, I've added 2 tests for the both actions, just in case. Unfortunately, I ran into...

When I use `performGesture` on the `KNode`, I get deprecation warnings for any method from the `GestureScope` like this: ``` Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture` ``` It...

Hi, I would like to ask for api to check for absence of items in the KLazyListNode.

feature request

Hello 1) Up gradle to 8.5 2) Up kotlin to 1.9.21 and up other libs 3) change deprecated `task clean(type: Delete)` to `tasks.register('clean', Delete)`

https://github.com/KakaoCup/Compose/pull/54 this change introduced java 17 as build jdk. but there is no need to update source and binary compability to java 17 at the moment. this will force users...

Hi, First of all, thank you very much for the library! I'm wondering, how can I test a material3 DatePicker that I'm using in a Compose screen? I can't see...

feature request