sudo gem install fastlane
fastlane test
Runs tests on the primary platforms and configurations
fastlane verify
Runs unit tests
fastlane verify_demo
Runs UI tests
fastlane upload_cov
Upload code coverage reports (if running on CI)
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.