/bitrise-step-testlio-upload

Provides ability to upload IPA to Testlio for validation

Primary LanguageShellMIT LicenseMIT

Testlio dSYM upload

This Bitrise step uploads dSYM to upload IPAs to Testlio's API. ONLY relevant for iOS project due to iTunesConnect account requirements.

Required Variables

  • ipa_path: a path to the IPA file, by default it's $BITRISE_IPA_PATH which is usually generated by the build phase
  • testlio_api_token: Testlio API Token. It should be stored in Secrets. Can be obtained here: https://app.testlio.com/settings/token-management
  • testlio_collection_id: id of a collection. example: 1234
  • testlio_app_name: Name of the app to upload