DX: Faster feedback loop when running regression tests#6270
DX: Faster feedback loop when running regression tests#6270staabm wants to merge 1 commit intosebastianbergmann:mainfrom
Conversation
|
I am not comfortable with this change because I am not happy with how test reordering currently works. Let me explain. Currently, if we do not configure However, with On a side note, I am no longer convinced that incomplete or skipped tests should be reordered when the Additionally, neither the XML configuration file nor the In short, this simple pull request has made it clear to me that the current state of test reordering is poor. |
8e693d6 to
2d1b2b2
Compare
when working in PHPUnit itself it is helpful to run previously errors first to shorten the feedback loop.
I also tried
randomorder, but it seems to trigger a warning when running tests, therefore I just went withdefectsfor now.