-
Notifications
You must be signed in to change notification settings - Fork 44
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
Test cases with same name across multiple specs get recognized as one #209
Comments
Is there any workaround where I can get the expected behavior? |
+1 |
I have the same issue , if different spec files contain the same test case description, gets recognized as one |
Indeed, that is the behavior of allure reporter. allure-framework/allure2#1196
In v2.40.0 have added a way to specify what will be used to calculate historyId for Allure to separate tests by their file path, or browser, or anything else you would like. docs - https://github.com/Shelex/cypress-allure-plugin#test-name-duplicates |
Thank you! |
Thanks! :) |
Describe the bug
I have 2 spec files:
Both spec files have the following code
In the report they are recognized as one(overwritten as it seems).
Expected behavior
They should be recognized as different tests if they're in separate spec files.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: