This project showcases usage of perfecto fastlane plugin.
The following fastlane actions are possible with the sample project:
fastlane android test
build, upload and run on perfecto
fastlane android apk
Build debug APK and upload to perfecto
fastlane android test_apk
Build debug test APK and upload to perfecto
fastlane android run_perfecto
Run on perfecto
fastlane android slack_report
Report perfecto url to slack
Refer to .circleci/config.yml for steps to setup and execute this project.
Pass the below values as environment variables
PERFECTO_CLOUDURL [your perfecto cloud url. E.g.: demo.perfectomobile.com]
PERFECTO_TOKEN [your perfecto security token
]
PERFECTO_MEDIA_LOCATION [mention the Perfecto media repository location to upload the file mentioned in file_path. E.g. PUBLIC:Samples/sample.ipa]
file_path [location of your preferred ipa/apk file which needs to be uploaded to perfecto media repository.]
slack_webhook [Slack incoming webhook for slack integration. more info: here
]