I know cucumber runs each test in a feature file from top down, but my question is, in what order do feature files get run? It doesn't seem to be alphabetically, or in any structure order.
According to Justin Ko's website, order of execution is determined as follows:
Note: the file name sorting is case-sensitive, so uppercase A
is executed before a
.