Categorygithub.com/bitrise-steplib/bitrise-step-android-instrumented-test
modulepackage
0.0.0-20230724133114-35984f7c6377
Repository: https://github.com/bitrise-steplib/bitrise-step-android-instrumented-test.git
Documentation: pkg.go.dev

# README

Android Instrumented Test

Step changelog

Runs Instrumented tests on an existing APK

Description

Runs Instrumented tests on an existing APK

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

⚙️ Configuration

Inputs
KeyDescriptionFlagsDefault
main_apk_pathThe path to the app's main APKrequired$BITRISE_APK_PATH
test_apk_pathThe path to the app's test APKrequired$BITRISE_TEST_APK_PATH
test_runner_classThe name of the test runnerrequiredandroidx.test.runner.AndroidJUnitRunner
additional_testing_optionsA space-delimited list of additional options to pass to the test runner Example: If a value of KEY1 true KEY2 false is passed to this input, then it will be passed to the adb command like so: shell adb shell am instrument -e "KEY1" "true" "KEY2" "false" [...] See the adb documentation for more info.
Outputs There are no outputs defined in this step

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps:

# Packages

No description provided by the author
No description provided by the author