Modifying the logic for calculating historyId
#2586
Unanswered
anjerukare
asked this question in
Questions & Support
Replies: 2 comments 4 replies
-
Could you please explain the issue in more detail? Am I right that you have multiple TestNG tests declared in |
Beta Was this translation helpful? Give feedback.
3 replies
-
I guess you may try smth like
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I'm considering using Allure Report in a Java + TestNG autotesting project I'm working on. In its run configuration, there are several repeated tests in different places that have no difference in method's fully classified name or parameters, so they show up in the report as a single test with multiple retries. This is very confusing because, from my perspective, a test report is, among other things, a description of the test execution sequence.
The repeated tests, however, have different
parentSuite
andsuite
labels. I think they can be used to calculate thehistoryId
and that would solve my problem.Is it possible to modify the logic for calculating
historyId
? If so, how to do that?Beta Was this translation helpful? Give feedback.
All reactions