brettchabot
brettchabot
@yuuki3655
Can you post a sample project that illustrates this problem? Either as a zip or in github.
@yuuki3655 any ideas?
Using any androidx.test library as an implementation dependency instead of an androidTestImplementation sounds like a misconfiguration to me. That being said this still seems like a bug. I can repro...
Thanks for the report. We have JUnit5 support on our roadmap, but to be honest its not a super high priority at the moment in comparison to other features. However,...
Can one of you post a repro sample? I'm confused because our tests don't have this problem
There is a strict dependency from espresso 3.5.0-alpha04 -> androidx.test.core.1.4.1-alpha04 https://dl.google.com/android/maven2/androidx/test/espresso/espresso-core/3.5.0-alpha04/espresso-core-3.5.0-alpha04.pom
ugh yes this situation has come up before. Unfortunately I cannot see a way of solving it on the androidx.test side, although it should be investigated why the error handling...
Can you reproduce the issue with animations disabled? Its strongly recommended to disable animations when using espresso. https://developer.android.com/training/testing/espresso/setup
Thanks we'll take a look