allure2 icon indicating copy to clipboard operation
allure2 copied to clipboard

duplicate test cases

Open krzprz opened this issue 6 years ago • 1 comments

Describe the bug Sometimes the same test case is listed twice in results.

To Reproduce on the screen shots below there is an example of the same test listed twice. The difference is in parameter list. The problem reproduces if one parameter (I noticed it for Failing Environment and Skipped Environment in my case) has list with more than 1 input.

I can see in allure-report that there are 2 json .-result files for such test. One file has empty paramter list and the other is filled. All parameters are filled in the same place and missing contents is connected only with those 2.

Expected behavior test should be shown only once.

Screenshots image

image

image

Environment (please complete the following information):

Allure version 2.11.0
Test framework [email protected]
Allure adaptor [email protected]

Additional context Add any other context about the problem here.

krzprz avatar Jun 10 '19 14:06 krzprz

Hi, any update about this issue ?

fj11 avatar Sep 03 '21 14:09 fj11

any update?

yanbo92 avatar Aug 17 '23 03:08 yanbo92

Hi, any update or possible solution?, I have this problem in angular with cypress

Spagliardin avatar Sep 07 '23 19:09 Spagliardin

Usually, the reason is that test parameters aren't specified correctly to Allure. See https://allurereport.org/docs/history-and-retries/ for the details.

If you struggle to get it done, please create a support request in our discussions

baev avatar Feb 01 '24 18:02 baev