Instrumentation 1.2.0
This release of the instrumentation test libraries brings some QOL improvements for working with Android tests using JUnit 5!
Added
- Conditional test execution: Control the execution of tests dynamically; constrain tests to run only when certain conditions are met. This includes support for most of the annotations provided by the main JUnit Jupier API, as well as some custom ones specifically for Android development! Check out the wiki for more information.
Fixed
- Execution of individual instrumentation tests works now
- Reporting of instrumentation tests uses improved naming schemes, preventing "mangled test names", esp. for parameterized and other non-default tests
Removed
- The source for the old & deprecated instrumentation artifacts (
android-instrumentation-test
andandroid-instrumentation-test-runner
) have been removed. Please upgrade toandroid-test-core
andandroid-test-runner
, respectively. More info on the wiki!