https://github.com/testfairy/node-testfairy-uploader
https://github.com/testfairy/node-testfairy-uploader
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/testfairy/node-testfairy-uploader
- Owner: testfairy
- License: apache-2.0
- Created: 2015-11-24T15:12:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T11:13:02.000Z (over 9 years ago)
- Last Synced: 2025-08-09T17:42:39.018Z (12 months ago)
- Language: Batchfile
- Size: 4.14 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
NPM TestFairy Uploader
======================
[](https://travis-ci.org/testfairy/node-testfairy-uploader)
A command line utility to upload Android and iOS builds to [TestFairy](https://www.testfairy.com). The utility allows you to define the metrics and options for any given session of your artifact.
Install
-------
```
npm install -g testfairy-uploader
```
Quick Start
-----------
To upload iOS builds
```
testfairy-uploader
--api-key
```
To upload Android builds
```
testfairy-uploader
--api-key
--keystore=KEYSTORE_PATH
--storepass=KEYSTORE_PASSWORD
--alias=KEYSTORE_ALIAS
```
License
=======
Copyright 2015 TestFairy.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.