Nolan Glore
Nolan Glore
## Description Today vstest doesn't split tests within a dll across multiple processes (e.g. if I only have 1 dll with thousands of tests they will all run sequentially in...
## Description Add an extensibility point to support filtering what tests to run and the ability to control the order in which they run. There is really two asks here...
## Description Add an extensibility point to VSTest to enable custom logic to determine if a failed test should be retried. The OneDrive team currently uses a custom built test...