Metadata-Version: 2.0
Name: testery
Version: 1.1.4
Summary: Testery CLI
Home-page: https://github.com/testery/testsery-cli
Author: Testery
Author-email: chris.harbert@testery.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: requests
Requires-Dist: requests-toolbelt

# Testery CLI

To install you must have Python 3 and pip installed, then run:

`pip install --upgrade testery`

To kick off a test run:

`testery create-test-run --token <yourTesteryApiToken> --project <projectKeyFromTestery> --build-id <uniqueBuildIdOfYourChoice> --environment <environmentToBeTested> --wait-for-results`

When set, `--fail-on-failure`, will return an exit code of 1 if there are test failures.


*Output Formats*

- teamcity
- pretty
- json
- appveyor
- octopus


