Report Portal
ReportPortal is a test automation analytics platform and real-time reporting, powered by Machine Learning.
Installation
- 
Copy the below line to dependenciessection of the projectbuild.gradlefilePlease make sure to use the same version for all VIVIDUS dependencies. Example 1. build.gradleimplementation(group: 'org.vividus', name: 'vividus-agent-reportportal', version: '0.6.9')
- 
If the project was imported to the IDE before adding new dependency, re-generate the configuration files for the used IDE and then refresh the project in the used IDE. 
Properties
| The properties marked with bold are mandatory. | 
| Property Name | Acceptable values | Default | Description | ||
|---|---|---|---|---|---|
| 
 | 
 | 
 | Enables reporting to the ReportPortal | ||
| 
 | URL | none | URL to the ReportPortal instance | ||
| 
 | Access token from ReportPortal profile | none | Will be used to authenticate user | ||
| 
 | Any string | none | Name of the project that will be used for launch reporting | ||
| 
 | Any string | none | The name of the launch, e.g.  | ||
| 
 | Any string | none | Launch description | ||
| 
 
 | 
 | 
 | Defines what will be reported as a test case  | ||
| 
 | Semi-colon separated values, e.g.  | none | Attributes could be used for additional tagging of the launches | ||
| 
 | 
 | 
 | Enables or disables on-failure attachments (screenshots, application source code) publishing |