Skip to main content

Visual Studio Team

This guide provides instructions for Visual Studio Team Services (VSTS) users to upload their apps (.apk/.ipa) to TestFairy. By following these steps, you can easily integrate TestFairy into your existing build process and streamline the app deployment and testing workflow.

Adding UploadToTestFairy (or any other task name) to your existing build

  1. Go to Edit Build Definitions.

    edit build definitions
  2. Add Command Line tool task

    add command line tool
  3. Configure the task and add the following line to arguments:

    https://upload.testfairy.com/api/upload -F api_key=abcdabcdgfdsgfds56 -F file=@sample.apk
    note

    Make sure you replace the api_key with yours

    configure task