Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

test_diagnostics

[bundle exec] fastlane test_diagnostics

Run Diagnostics tests

test_package

[bundle exec] fastlane test_package

Runs tests for a specific package

Options

  • package_name: The name of the package to test

  • package_path: The path to the package

test_project

[bundle exec] fastlane test_project

Runs tests for an external project

Options

  • scheme: The project's scheme

  • project_path: The path to the project

  • project_name: The name of the project

  • parallel_testing: Enables parallel testing

  • xcargs: An optional extra set of arguments to pass to Fastlane Scan

  • destination: ..


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.