Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of test coverage for extended features of reportportal plugin #2929

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions spec/plans/report.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,21 @@ description:
Provide test results and fmf data per each plan,
and send it to a Report Portal instance via its API
with token, url and project name given.

Note that all options can be passed as environment variables
in the format TMT_PLUGIN_REPORT_REPORTPORTAL_${OPTION}
to enable execution purely via metadata and/or
environment variables (e.g. in Testing Farm).

example:
- |
# Optionally set environment variables according to TMT_PLUGIN_REPORT_REPORTPORTAL_${OPTION}
export TMT_PLUGIN_REPORT_REPORTPORTAL_URL=${url-to-RP-instance}
export TMT_PLUGIN_REPORT_REPORTPORTAL_TOKEN=${token-from-RP-profile}

# Boolean options are activated with value of 1:
TMT_PLUGIN_REPORT_REPORTPORTAL_SUITE_PER_PLAN=1

- |
# Enable ReportPortal report from the command line depending on the use case:

Expand Down
Loading
Loading