Skip to content

Test class name changed - Allure overview shows the previous name and the new one as different assets #1568

Closed Answered by baev
xescuder asked this question in Questions & Support
Discussion options

You must be logged in to vote

So far Allure Report only knows how to detect different results and retries.

Allure TestOps (our paid tool) is designed differently and it tracks test cases as well (so you know what are the same test cases and what are different ones). And for problems like you mentioned (for example changes of test method signature) we have AllureId annotation that can be used to link result to specific test case in Allure TestOps.

And we also provide a plugin for Intellij IDEA that will automatically apply AllureId annotation for every test method you have so we can lower the chances of mistake.

BTW you can achieve the same in Allure Report:

  1. Create a custom LabelAnnotation, for example @MyCustomTestCa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by baev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1567 on January 31, 2022 12:41.