This might be a dumb question but I can’t seem to ...
# test
a
This might be a dumb question but I can’t seem to figure it out: I create a jacoco test report for tests in both test and androidTest folders of my project. This works fine in local, but when I run it on Jenkins, the UI tests are skipped (literally says SKIPPED next to them in the console) Any idea what could be causing it?
Turns out that even though my minSdk is 23 and my emulator is on version 23, it is skipping the tests. Using a higher-version emulator works