Closed IlgizVafin closed 7 years ago
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.
Have similar issue with TestNG DataProvider tests. The test cases under test class in report are ordered backward like: #3, #2, #1. Meanwhile, default shown order is by "name" forward.
I have the same issue in allure-java 2.13.7
.. Test order is different in the allure report. Isn't this fixed?
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 jest-junit
and allure
.
I still see this issue in mocha wdio, the steps are back and forth
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter. . This repository's issues are reserved for feature requests and bug reports. . . In case of any problems with Allure Jenkins plugin please use the following repository . to create an issue: https://github.com/jenkinsci/allure-plugin/issues . . Make sure you have a clear name for your issue. The name should start with a capital . letter and no dot is required in the end of the sentence. An example of good issue names: . . - The report is broken in IE11 . - Add an ability to disable default plugins . - Support emoji in test descriptions )
I'm submitting a ...
What is the current behavior?
Wrong step order in allure-report.
Steps to reproduce:
write some test scenario by Gherkin:
Feature: Passed feature