running test suite files in predefined order #2753
skoduru-lucid
started this conversation in
General
Replies: 1 comment
-
No. While we don't (yet) randomize the order, it is arbitrary, based on the underlying glob libraries. The idea is that tests (and test files) should be independent of each other. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to run the test suite files in the pre defined order. I have 3 test suite files say file-A, file-B and file-C and i would like to run in order file-B->file-C->file-A
Beta Was this translation helpful? Give feedback.
All reactions