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

# 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.

# Packages

No description provided by the author
* Copyright 2021 Comcast Cable Communications Management, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
No description provided by the author