Runtime helpers and utilities for running Android tests on emulator.wtf.
This library adds the necessary JUnit RunListener
to enable per-test video captures.
Note
The dependency needs to be added to all modules that have Android tests.
Add the following to your build.gradle.kts
file(s):
androidTestImplementation("wtf.emulator:test-runtime-android:0.2.1")
Add the following to your build.gradle
file(s):
androidTestImplementation 'wtf.emulator:test-runtime-android:0.2.1'