Skip to content

Instrumentation 1.1.0

Compare
Choose a tag to compare

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 Plugin 1.5.0.0 or newer to work!

Changed

  • Replaced RunnerBuilder implementation for JUnit 5 to be less dependent on the JUnitPlatform Runner