Currently, mvn starts:select will find tests that are affected by a change, but will not run them. It would be nice if, in addition to the list of affected tests, mvn starts:select also produces an estimate of how long those affected tests would have taken if they were run (e.g., based on how long they took in the past).
Currently,
mvn starts:selectwill find tests that are affected by a change, but will not run them. It would be nice if, in addition to the list of affected tests,mvn starts:selectalso produces an estimate of how long those affected tests would have taken if they were run (e.g., based on how long they took in the past).