-
-
Notifications
You must be signed in to change notification settings - Fork 716
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
Wrong step order in allure-report #587
Comments
I faced the same issue. Tests execution order is different from that Allure report shows (looks like tests order in Allure report has some random nature). Even, when for every test explicitly set priority on a test level (in case using TestNG framework for instance). I have simple test class with test methods and they have different order in Allure that they were actually executed. |
Can you share when this fix will be released ? |
+1 |
Have the same issue. Moreover when I run eg. 8 scenarios they are mismatched and just 5 was presented but in wrong order. I would expect the test outcome to be grouped by feature. |
@baev thanks ! https://github.com/allure-framework/allure2/releases/tag/2.3.5 It works for me. |
I have the same issue in allure-java |
I am facing the same issue with pytest framework |
+1, I have the same in allure |
+1, Same issure here with kotest framework |
+1, Same issue with |
I still see this issue in mocha wdio, the steps are back and forth |
I'm submitting a ...
What is the current behavior?
Wrong step order in allure-report.
Steps to reproduce:
You can use:
wdio wdio.conf.js
(for example)allure generate ./allure-results
(for example)What is the expected behavior?
Step order should be equal to order in
*.feature
scenarious.My environment:
Other information
The text was updated successfully, but these errors were encountered: