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

Add subresults support for reportportal report plugin #3331

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

seberm
Copy link
Collaborator

@seberm seberm commented Oct 30, 2024

This PR adds support for tmt subresults for tmt reportportal plugin. It tries to map the subresults as child items of parent test result in a specific launch. There are also small code improvements like the possibility to ignore the SSL verification, or the usage of Python properties instead of class methods.

Please don't review this PR until it is marked as a draft.

More info:

TODOs:

  • Find a way to map the subresults to parent test/step reportportal launch items
  • Make the subresults import optional via argument? What should be the default behavior?
  • Try to resolve status:interrupted issues for subresults in RP, why is this happening?

Related:

Pull Request Checklist

  • implement the feature
  • write the documentation
  • extend the test coverage
  • update the specification
  • adjust plugin docstring
  • modify the json schema
  • mention the version
  • include a release note

@seberm seberm added step | report Stuff related to the report step plugin | reportportal The reportportal report plugin labels Oct 30, 2024
@seberm seberm force-pushed the feature/reportportal-subresults branch from 1e50f45 to 757da3f Compare October 30, 2024 17:49
@seberm seberm force-pushed the feature/reportportal-subresults branch from 11d5bc3 to 0014f19 Compare October 30, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin | reportportal The reportportal report plugin step | report Stuff related to the report step
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant