sudo gem install fastlane
fastlane android unit_tests
Run all unit tests
fastlane android instrumentation_tests
Run all instrumentation tests on current emulator/device
fastlane android tests
Run all tests
fastlane android testfairy_build
Submit a new Build to TestFairy via Gradle Plugin
fastlane android production_release
Perform all tasks for continuous integration for production release
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.