New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

testfairy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testfairy

testfairy upload cli-tool

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
8
-61.9%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • platform: [ "android" | "ios" ]
  • api_key: "your_api_key"
  • file: "relative_path_to_your_apk_or_ipa"
  • grpups: "group_you_want_to_notify"
  • notify: ["on" | "off"]
  • max_duration: "time"
  • video : [ "on" | "off" | "wifi" ]
  • icon_watermark : [ "on" | "off" ]
  • comment : "your_comment"
  • verbose : [ true | false ]
  • auto_update : [ "on" : "off" ]

#Requirements

  • IPA file must be signed

Keywords

testfairy

FAQs

Package last updated on 22 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts