Hi Guys, does pants have a test statistics feature...
# development
h
Hi Guys, does pants have a test statistics feature? e.g. can I get the list of worst / best tests?
h
worst/best over time? or in a single run?
h
In a single run
h
In BuildSense you can sort the list of tests by their running time
In the CLI it currently shows the failed tests last, so you don't have to scroll back to see which tests failed
But we one could potentially add an option to sort differently on the CLI