NUnitLauncher - how to run recently failed tests first
Hello,
I'm running my tests from command line using NUnitLauncher. What parameter should I pass to it in order to enable "run recently failed tests first" feature?
Currently my command line looks like this:
/plugins/dotnetPlugin/bin/JetBrains.BuildServer.NUnitLauncher.exe v4.0 x64 NUnit-2.6.3 /category-include:MyCategory MyTests.dll
Please sign in to leave a comment.
Hi Andrew,
There is no special option to run recently failed tests first using NUnit Launcher. Why don't you want to use NUnit Runner?
Hi Alina,
Thank you for clarification. I can't use NUnit Runner, because I use FAKE library and all my build logic relies in that script.
Thank you for clarification. Please feel free to create a feature request in our YouTrack if you need this functionality.