GitXplorerGitXplorer
a

goRP

public
9 stars
7 forks
1 issues

Commits

List of commits on branch master.
Verified
63c88ccbd47a6351d0b3bf9999880cc48ef7b701

Merge pull request #11 from avarabyeu/test2json-reporter

aavarabyeu committed 3 years ago
Verified
7428f1e42cd9371c8fcfcf4b2c6beb30645a3370

Merge branch 'master' into test2json-reporter

aavarabyeu committed 3 years ago
Unverified
9e687cac10afcf57ee5acf89b35b450503dca43a

bunch of fixes and adjustments for golang reporter

aavarabyeu committed 3 years ago
Unverified
b63929449708672584058b4ae8e324a10378bac5

introduces go test tool reporter

aavarabyeu committed 3 years ago
Unverified
b668cda275b813bcbe0debfd5011f6f612b01671

add example of reporter

aavarabyeu committed 3 years ago
Unverified
9a95c888ea47be1fb5125e86be9398174e86d1a0

update deps, add test2json command

aavarabyeu committed 3 years ago

README

The README file for this repository.

GitHub Workflow Status License MIT Go Report Card

goRP

Golang Client and CLI Utility for ReportPortal

Installation

Usage

gorp [global options] command [command options] [arguments...]   

COMMANDS:
     launch   Operations over launches
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   -u value, --uuid value     Access Token [$GORP_UUID]
   -p value, --project value  ReportPortal Project Name [$GORP_PROJECT]
   --host value               ReportPortal Server Name
   --help, -h                 show help
   --version, -v              print the version

Launch command

USAGE:
   goRP launch command [command options] [arguments...]

COMMANDS:
     list  List launches

List Launches

USAGE:
   goRP launch list [command options] [arguments...]

OPTIONS:
   --fn value, --filter-name value  Filter Name [$FILTER_NAME]
   -f value, --filter value         Filter [$Filter]