Skip to content

Runtime helpers and utilities for running Android tests on emulator.wtf

License

Notifications You must be signed in to change notification settings

emulator-wtf/test-runtime-android

Repository files navigation

emulator.wtf test runtime

Runtime helpers and utilities for running Android tests on emulator.wtf.

This library adds the necessary JUnit RunListener to enable per-test video captures.

Installation

Note

The dependency needs to be added to all modules that have Android tests.

With Gradle Script Kotlin (build.gradle.kts)

Add the following to your build.gradle.kts file(s):

androidTestImplementation("wtf.emulator:test-runtime-android:0.2.1")

With Gradle/Groovy (build.gradle)

Add the following to your build.gradle file(s):

androidTestImplementation 'wtf.emulator:test-runtime-android:0.2.1'

About

Runtime helpers and utilities for running Android tests on emulator.wtf

Resources

License

Stars

Watchers

Forks

Packages

No packages published