Hi, all! Anyone has any hints on how could I debug...
# android-studio
e
Hi, all! Anyone has any hints on how could I debug why Android Studio is not displaying the test results (it just shows "Test events were not received"), although tests are ran and I can see the results in the HTML Gradle test report? We had this issue for a very long time now, and it became beyond annoying, but no idea how to fix. FWIW, if creating manually a JUnit run configuration instead of a Gradle one, the test results are shown, even though the tests are failing because some classes which should be in the classpath are actually not found 😐