gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

No option to point to file path that contains a couple of reports or 1 report in 1 time #239

Open InnaPery opened 1 week ago

InnaPery commented 1 week ago

TestRail CLI Version

1.9.5

CLI Environment

Win 10

TestRail Version

v7.5.3.1000

TestRail Instance Type

Professional Cloud

Current behavior

i am running the following cli: trcli -h https://testrail.## --project "##" --username ## --password ## parse_junit --title "Cypress Automated Test Run" --suite-name "##" --case-matcher "name" -f "./path/results-*.xml" the folder 'path' can contain 1 or many files that start with 'results-' the bug is: in such way of running it works only if there are a couple of files in 'path' folder, if there is 1 file - it fails!

Desired behavior

-f "./path/results-*.xml" should work with each number of files in 'path' folder

More Details

No response