0.0.5 • Published 8 years ago

testfairy v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

testfairy Build Status

testfairy upload cli-tool

#Install

npm install -g testfairy

#Usage

testfairy 
  --platform=<android_or_ios> 
  --api_key=<your_api_key> 
  --file=<relative_path_to_your_apk_or_ipa>

API

import TestFairyUploader from 'TestFairyUploader.js'
let uploader new TestFairyUploader({
  file:"relative_path_to_your_apk_or_ipa", 
  platofrm:"android_or_ios", 
  api_key:"your_api_key"
}
let [err, response] = uploader.run();

params

#Requirements

  • IPA file must be signed