How to setup Continuous Integration in Visual Studio Online with Git and Nunit -


i've setup visual studio online account , chose git source control. i'm using nunit , moq unit tests , have solution in visual studio 2013.

when ci kicks in tests never run, instead following warning

"no test found. make sure installed test discoverers & executors, platform & framework version settings appropriate , try again."

i'm bit lost here, have no idea how setup "test discoverers & executors" etc.

what did try add nunit , moq custom assemblies described here. did not work.

as suggested @klings, installing nunit test adapter vs2012 , vs2013 nuget package solved problem.

nunit test adapter vs2012 , vs2013


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -