Metadata-Version: 2.1
Name: testery
Version: 0.1.8
Summary: Testery CLI
Home-page: https://github.com/testery/testsery-cli
Author: Chris Harbert
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

Testery CLI
v0.1

To install,

```
pip install --upgrade testery
```

To kick off a test run,

```
testery create-test-run --username <yourTesteryUsername> --token <yourTesteryToken> --git-org <githubOrg> --git-repo <gitHubRepo> --git-ref <gitRef> --build-id <uniqueBuildIdOfYourChoice> --environment <environmentToBeTested> --project <projectNameOfYourChoice> --wait-for-results --output pretty
```





