kobiton/Kobiton - Execute Appium Test

Github action to execute an Appium script on a Kobiton real device

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
kobi_usernameThe user in Kobitonyes
kobi_api_keySpecific key to access Kobiton APIyes
executor_urlKobiton Automation Test Executor URL to perform the test, please contact our Support Team to get thisyes
executor_usernameKobiton Automation Test Executor username, please contact our Support Team to get thisyes
executor_passwordKobiton Automation Test Executor password, please contact our Support Team to get thisyes
git_repo_urlLink to your Git repositoryyes
git_repo_branchThe branch you want to execute automation test withyes
git_repo_ssh_keyIt is used when your Git repository is privateno
app_idApp ID or App URL to use in test script, for example 'kobiton-store:123458'no
use_custom_deviceCheck if you want to execute one or some test cases with a specific Kobiton Cloud Device. If you already set your device information in your test script, leave this field uncheckednofalse
device_nameKobiton Device Nameno
device_platform_versionKobiton Device platform versionno
device_platformKobiton Device platformno
root_directoryInput the root directory of your projectyes/
commandCommand lines to install dependencies and execute your automation test script. These commands will run from the root directory of your project (i.e 'mvn test')yes
wait_for_executionCheck if you want to release the pipeline to wait until your automation testing is completed or failed, then print out the console log and test resultyestrue
log_typeLog type to be showed. Choose Combined to show logs in chronological order (default), or specify a type of log ('output', 'error')nocombined

no outputs