Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

apptim/bitrise-monkop-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkop for Bitrise

This is the step to test your Android app on Monkop.

How to use this Step

Run it directly with Bitrise CLI, git clone this repository, cd into it's folder in your Terminal/Command Line and call bitrise run test.

Check the bitrise.yml file for required inputs which have to be added to your .bitrise.secrets.yml file!

Step configuration

  • $BITRISE_APK_PATH: APK path
  • $MONKOP_API_KEY: This is a unique string associated with your account. To get it you must enable the use of the API Key on Add-ons.

Check step.yml file for more information