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