Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

Android

android unit_tests

fastlane android unit_tests

Run all unit tests

android instrumentation_tests

fastlane android instrumentation_tests

Run all instrumentation tests on current emulator/device

android tests

fastlane android tests

Run all tests

android testfairy_build

fastlane android testfairy_build

Submit a new Build to TestFairy via Gradle Plugin

android production_release

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.