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

Dependency updates and a fix for Allure reports; three individual commits #165

Merged
merged 4 commits into from
Oct 18, 2024

Conversation

jiridanek
Copy link
Collaborator

@jiridanek jiridanek commented Oct 18, 2024

Dependency updates and a fix for Allure reports; four individual commits, to be merged separately.

  • feat(allure): add allure plugin for capturing javadoc
    • Test methods or steps with /** */ comment and a @Description annotations
      will have the javadoc comment copied into the allure html report.
  • fix(allure): configure the aspectj agent for both surefire and failsafe tests
    • Previously the allure reporting was fully turned on only for surefire tests.
      This is a problem because the actual product odh tests all run through failsafe.

Test methods or steps with /** */ comment and a `@Description` annotations
will have the javadoc comment copied into the allure html report.
…fe tests

Previously the allure reporting was fully turned on only for surefire tests.
This is a problem because the actual product odh tests all run through failsafe.
@jiridanek jiridanek marked this pull request as draft October 18, 2024 12:41
@jiridanek jiridanek marked this pull request as ready for review October 18, 2024 13:21
@jiridanek jiridanek merged commit c7e7819 into skodjob:main Oct 18, 2024
5 checks passed
@jiridanek jiridanek deleted the jd_updates_allure branch October 18, 2024 13:24
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.

2 participants