The problem is as follows
There is, for example, a registration form with 5 steps. A separate Cest file is written for each step (since there is a lot to test on each form)
And here it turns out such a mess
RegOne.php RegThree.php RegTwo.php Is it possible to somehow Codeception (cli) say that files should be run in a different order?