package
0.8.32
Repository: https://github.com/comcast/plax.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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.