gurock / trcli

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

TestRail CLI can check only first 250 projects #119

Closed strrust closed 1 year ago

strrust commented 1 year ago

TestRail CLI Version

1.3.1

CLI Environment

Windows 10 Pro

TestRail Version

7.5.6 Default (3001)

TestRail Instance Type

Professional Cloud

Current behavior

Now it's not possible to use trcli for projects created after 250. TR CLI failed in project checking with message: "Checking project. Please specify a valid project name using the --project argument"

Desired behavior

I would expect that TR CLI should work correctly with a TestRail instance with more than 250 projects

More Details

Perhaps the problem may be related to the GET request get_projects and default limit parameter that equals 250