Visual Studio Team Services + TestFairy

This doc will help VSTS users to upload apps (.apk/.ipa) to TestFairy.

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

  • Go to "Edit Build Definitions"

  • Add Commmand Line tool task

  • 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 to yours

Last updated on 2023-03-23