-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Beta1
-
None
Currently there exists annotation for deployment ordering but there does not exist a way to control the order in which one wants to run the test. TestNG does have ordering via depends method but JUnit does not. Usually, it's recommended to not have a dependency of test order but in case of clustering and data grid testing where you want to verify replication, it makes sense to have that.
Please add a fix version which makes a sense based on the roadmap you have.