Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.95 KB

testfairy.md

File metadata and controls

68 lines (43 loc) · 1.95 KB

testfairy

Upload a new build to TestFairy

You can retrieve your API key on your settings page

testfairy
Supported platforms ios, android
Author @taka0125, @tcurdt

1 Example

testfairy(
  api_key: "...",
  ipa: "./ipa_file.ipa",
  comment: "Build #{lane_context[SharedValues::BUILD_NUMBER]}",
)

Parameters

Key Description Default
api_key API Key for TestFairy
ipa Path to your IPA file for iOS *
apk Path to your APK file for Android *
symbols_file Symbols mapping file *
upload_url API URL for TestFairy https://upload.testfairy.com
testers_groups Array of tester groups to be notified []
metrics Array of metrics to record (cpu,memory,network,phone_signal,gps,battery,mic,wifi) []
comment Additional release notes for this upload. This text will be added to email notifications No comment provided
auto_update Allows an easy upgrade of all users to the current version. To enable set to 'on' off
notify Send email to testers off
options Array of options (shake,video_only_wifi,anonymous) []
timeout Request timeout in seconds

* = default value is dependent on the user's system


To show the documentation in your terminal, run ```no-highlight fastlane action testfairy ```

View source code


Back to actions