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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: