Testery CLI
Project description
Testery CLI
To install you must have Python 3 and pip installed, then run:
pip install --upgrade testery
Create Test Run
Starts 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
Create Test Environment
Creates an environment where tests may be run.
testery create-environment --token <yourTesteryApiToken> --key "<key>" --name "<name>" --variable "KEY1=FOO1" --variable "KEY2=FOO2" --variable "secure:KEY3=SECRET"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
testery-1.6.3-py3-none-any.whl
(12.0 kB
view hashes)