Is there a way to run only failed tests from a previous test run in TeamCity?
Even better, is it possible to somehow run only the selected tests? For example, if we want to run only certain test classes.
Is there any other mechanism we can handle? Maybe transferring some configuration file to MSTest during a subsequent test run?
The reason I'm asking about this is because we have employees who don't use Visual Studio, but they still need to run certain tests to see what happens.
source share