smart_frog
2 years agoNew Contributor
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 ...
- 2 years ago
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!