Fastlane Android — run test tutorial/my notes

Andres Sandoval
1 min readAug 27, 2017

Fastlane. The purpose of this tutorial it’s to show android developers how to automate deployment. Sounds hard but the only hard part was starting to read this doc :)

  1. First install Fastlane on Mac

2. Go to you app directory $cd /dev/Kotlin/MapApp

3. Configure Fastlane in you app dir $fatlane init (command will configure fastlane in the current android project ex. it downloads the metadata from the play store..)

--

--