You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: