1.1.16 • Published 5 years ago

arp-uploader v1.1.16

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

Assisted Review Portal Uploader

Overview

This tool allows you to upload screenshots (PNG) and issues (JSON) detected by the Globalization Automation Library to the Assisted Review Portal.

Usage

Install the package via npm and save it as a dev dependency:

npm install arp-uploader -D

This will update the existing package.json or generate a new one for you.

Upload using command line

set TOKEN=***your token***
set SCREENFOLDER=c:\screens\en-US
npm run upload -- -p myProject -b 0.43.445 -l en-US -t %TOKEN% -f %SCREENFOLDER%

Or from npm script in package.json

{
  "config": {
    "product": "MyProduct",
    "language": "ja-JP",
    "build": "1.0.3",
    "restapi": "https://my-arp-rest-api.com"
  },
  "scripts": {
    "upload": "cross-var arp-upload -p $npm_package_config_product -b $npm_package_config_build -l $npm_package_config_language -t $ARPTOKEN -r $npm_package_config_restapi -f ./screenshots/$npm_package_config_language",
  }
}
1.1.16

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago