Surefire has it's own runorder which is surefire internally using to order test classes.
Currently there is no way to add new runorder & ask surefire to order test classes as per new runorder.
Work on surefire code to provide support for this such a that you can register your own runorder.
So we can implement our own runorder for new, affected, changed, failed.
While working on this once you have everything in place in surefire code. Try to integrate new surefire code with Smart testing & check for any missing things for integrations
Surefire has it's own
runorderwhich is surefire internally using to order test classes.Currently there is no way to add new runorder & ask surefire to order test classes as per new runorder.
Work on surefire code to provide support for this such a that you can register your own
runorder.So we can implement our own runorder for
new,affected,changed,failed.While working on this once you have everything in place in surefire code. Try to integrate new surefire code with Smart testing & check for any missing things for integrations