Skip to content

Commit

Permalink
merged changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder committed Feb 8, 2024
2 parents 59b6660 + afeb482 commit f5356ca
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ Installation
If you already have [Python](https://www.python.org/) and [pip](https://pip.pypa.io) installed,
you can simply run the command below in your terminal. We recommend using **Python 3.10** or newer.
```
$ pip install trcli
pip install trcli
```

To verify the installation was successful, you can run the `trcli` command.

```shell
$ trcli
trcli
```
You should get something like this:
```
TestRail CLI v1.9.0
Copyright 2024 Gurock Software GmbH - www.gurock.com
Supported and loaded modules:
Expand Down Expand Up @@ -83,7 +86,9 @@ In the next sections you will find information on how to use the TestRail CLI fo
### Reference
```shell
$ trcli parse_junit --help
trcli parse_junit --help
```
```shell
Usage: trcli parse_junit [OPTIONS]
Parse report files and upload results to TestRail
Expand Down

0 comments on commit f5356ca

Please sign in to comment.