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

'trcli' is not recognized as an internal or external command, operable program or batch file. #182

Closed Debanjan-QA closed 7 months ago

Debanjan-QA commented 7 months ago

TestRail CLI Version

1.6.2

CLI Environment

WINDOWS 11 PRO

TestRail Version

8.0.1

TestRail Instance Type

Professional Cloud

Current behavior

After running the command "pip install trcli" it downloaded all the dependencies and packages successfully. image

And when I tried to confirm about the installation by typing command "trcli" - it returned error as "'trcli' is not recognized as an internal or external command, operable program or batch file."

image

Desired behavior

It would show the TRCLI version and other details as mentioned in blog:

image

More Details

No response

Debanjan-QA commented 7 months ago

The issue is fixed after added the PATH of the package in envrionment variables. image