Instrumentation 1.1.0
This version of the instrumentation libraries allows filtering support with @Tag for instrumentation tests! π
Added
- Added support for
@Tagfiltering in androidTest methods & classes; this requires using Gradle Plugin1.5.0.0or newer to work!
Changed
- Replaced
RunnerBuilderimplementation for JUnit 5 to be less dependent on theJUnitPlatformRunner