I have a huge amount of test cases running during the TFS-build process.
Is there a way to rerun all those test cases on my local machine which fail on tfs? Maybe via configuration or an extension?
My problem is that it takes quite a while to run all the tests again, so I would like to run just those which fail. The second problem is, that the tfs build sometimes failes tests which are working locally. So I'd like to figure out which I really broke.