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

Rework reporting logic #360

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

Rework reporting logic #360

wants to merge 3 commits into from

Conversation

amaslenn
Copy link
Contributor

@amaslenn amaslenn commented Feb 6, 2025

Summary

  1. ReportGenerator wrapper renamed to Reporter to match Runner as its role is similar.
  2. Reporter requires a System, TestScenario and actual scenario results dir. Information will be passed into a ReportGenerationStrategy to give more information about test that was run.
  3. ReportGenerationStrategy is not attached to TestTemplate, but rather created per test run in Reporter.

Test Plan

CI

Additional Notes

1. `ReportGenerator` wrapper renamed to `Reporter` to match `Runner` as its role is similar.
2. `Reporter` requires a `System`, `TestScenario` and actual scenario results dir. Information will be passed into a `ReportGenerationStrategy` to give more  information about test that was run.
3. `ReportGenerationStrategy` is not attached to `TestTemplate`, but rather created per test run in `Reporter`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant