Forum Discussion

smart_frog's avatar
smart_frog
New Contributor
2 years ago
Solved

How to adjust sequence of cases run

We build automation test cases by tag on Jenkins, have no idea what is the order of the test cases run, the rule is by alphabetical or what?

But this is not the point, the point is we want to put a certain case to the end to run, is there a way to achieve that?

Any suggestion from anybody is appreciated!

  • If I remember correctly, it's not possible to run tests in order, if using an agent. The way around this, is using a batch file. But then you won't be able to run individual tests!