python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to dismiss soft keyboard in jetpack compose test?
I'm writing tests for a jetpack compose screen that has a text field on it. In my test I want to enter some text into the field, then dismiss the soft keyboard, then click a button that was hidden ben...

Alex Egli
Votes: 0
Answers: 1
composeTestRule checking that atleast 1 item exists
I have a list which has 2 different items. However, if the user gets close to the end of the list then the 2 same items are added again and again to create an infinite scrolling feel.
I've created a t...
KTOV
Votes: 0
Answers: 1
Why compose ui testing's IdlingResource is blocking the main thread?
I've written a "minimal" AS project to replicate my the problem I'm facing. Here's the gh link.
I'm trying to write an end-to-end ui test in my compose-only project. The test covers a simple...
Daivid
Votes: 0
Answers: 0
Test recorder for jetpack compose
I want to record a UI test in my jetpack compose project, just like record an Espresso test.
I want to follow thees steps:
start recording
open the application
click on the objects(buttons, etc...)...
milad mosavie
Votes: 0
Answers: 2