Skip to content

Latest commit

 

History

History

plaxrun

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

plaxrun

A tool to run lots of Plax tests with various configurations.

See the manual for more information.

Report Portal Plugin

A tool that used for reporting test results.See the Report Portal for more details.

To enable this plugin in plaxrun report add below details in plaxrun.yaml file and follow the steps.

reports:
  rp:
    dependsOn:
      - X_RP_TOKEN
    config:
      hostname: '{RP_URL}'
      token: "{X_RP_TOKEN}"
      project: 'Your Project Name'
  • See the README to get the X_RP_TOKEN.

  • Export report potal instance URL as RP_URL.