NAME
testrail-runs - List runs in a TestRail project matching the provided filters
VERSION
version 0.024
SYNOPSIS
testrail-runs [OPTIONS] | xargs prove -PTestrail=...
DESCRIPTION
testrail-tests - list runs in a TestRail project matching the provided filters. Groups by plan for runs which are children of a plan.
PARAMETERS:
MANDATORY PARAMETERS
-j --project [project]: desired project name.
OPTIONAL PARAMETERS
-c --config [config]: configuration name to filter runs. Can be passed multiple times.
-s --status [status]: only list runs with one or more tests having [status] in testrail. Can be passed multiple times.
CONFIG OPTIONS
In your \$HOME, (or the current directory, if your system has no
concept of a home directory) put a file called .testrailrc with
key=value syntax separated by newlines.
Valid Keys are: apiurl,user,password
CONFIG OVERRIDES
These override the config, if present.
If neither are used, you will be prompted.
--apiurl [url] : full URL to get to TestRail index document
--password [key] : Your TestRail Password.
--user [name] : Your TestRail User Name.
TESTING OPTIONS:
--mock: don't do any real HTTP requests.
--help: show this output
SPECIAL THANKS
Thanks to cPanel Inc, for graciously funding the creation of this module.
AUTHOR
George S. Baugh <teodesian@cpan.org>
SOURCE
The development version is on github at http://github.com/teodesian/TestRail-Perl and may be cloned from git://github.com/teodesian/TestRail-Perl.git
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.