Valtteri Puonti
Valtteri Puonti
Since my normal `Application.kt` starts Koin and does all kinds of inits, I created a custom test runner that starts an empty Application. That way I can start Koin in...
I tried to signup to my own Supabase app. The email I received shows "You have been invited to create a user on http://localhost:3000. Follow this link to accept the...
I'm facing this error on almost all of my UI test runs in Azure Pipelines: ``` java.lang.NullPointerException: Attempt to read from field 'int androidx.test.espresso.base.UiControllerImpl$MainThreadInterrogation.execCount' on a null object reference at...
I overrode Espresso's default failure handler to maybe get more in-depth insight into what was happening ``` @Before fun setIdlingPolicies() { IdlingPolicies.setMasterPolicyTimeout(2, TimeUnit.MINUTES) IdlingPolicies.setIdlingResourceTimeout(2, TimeUnit.MINUTES) Espresso.setFailureHandler { t, matcher ->...
I seem to have the following log for every test which fails with this error: ``` 02-08 13:39:59.850 4342 4342 D ViewVisibleIdlingResource: View for view.getId() is is visible after 18297...
To add some info: seems like the issues I'm facing are due to bad CPU performance in Azure Pipelines runner. Before I had no success reproing this error locally, but...
Hi, Try updating to latest Canary version of emulator. I've verified that latest Canary version of emulator no longer has the issue of making blank screenshots. https://github.com/actions/runner-images/issues/6814#issuecomment-1419003014 Also check the...