Subject: | Request: add ability to indicate order of tests |
Test::Aggregate will sort test files by name, unless shuffle is set to true. There is no way to indicate in which order I want the tests to be run.
This would be especially useful when I'm debugging issues caused by one aggregate test interfering with another one, discovered by some shuffled runs failing, and other ones not.
Either change the default behaviour, or add a new option do_not_sort.