[FIXED] UI Test crash using ComposeRule
Issue I am writing a UI test that goes to a Search screen, conducts a search, and clicks on an
Read moreIssue I am writing a UI test that goes to a Search screen, conducts a search, and clicks on an
Read moreIssue I’m defining a particular field in the BuildConfig for getting the URL during runtime. So, for each build type,
Read moreIssue Running Datastore instrumented test fails with kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 60000 ms, the test coroutine is not completing, there
Read moreIssue I have a very strange issue that I have been stuck on all day. My CI/CD automatically uploads the
Read moreIssue I have a multi-module Android project which includes a core-ui module with my Compose themes, reusable composables, and resources
Read moreIssue I am trying to read a value from my UI view. This is the method I use to find
Read moreIssue First of all I would like to declare my frustration for the lack of proper testing infrastructure in Android…
Read moreIssue I have an OrmLiteBaseActivity and in the onCreate() of this activity i read some data from a database. Depending
Read moreIssue Is it possible to have an Application subclass that’s used only for tests when building with gradle? I’ve done
Read moreIssue I have have my android application integration tests. When I try to run them from maven I get error
Read more