NAME
TestRail::Utils::Results - Perform batch operations on test results, and analyze the same.
VERSION
version 0.052
FUNCTIONS
bulkMarkResults(options,TestRail::API)
Primary routine of testrail-bulk-mark-results. Takes same options as the aforementioned binary as a HASHREF, with the following exceptions:
users
ARRAYREF (optional) - corresponds to --assignedto options passedstatuses
ARRAYREF (optional) - corresponds to --status options passedset_status_to
STRING - Status to bulk-set cases to (ARGV[0])reason
STRING (optional) - Reason to do said bulk-set, recorded as result comment (ARGV[1])
AUTHOR
George S. Baugh <teodesian@cpan.org>
SOURCE
The development version is on github at https://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) 2022 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.