Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable mighty moose (continuoustests) in visual studio 2013?

Tags:

The question pretty much tells it all.

Continoustests comes as a windows installer (http://continuoustests.com/download.html), so the trick described here doesn't work.

like image 424
jeroenh Avatar asked Dec 07 '13 15:12

jeroenh


1 Answers

I tried the following:

  1. Install Mighty Moose
  2. copy the C:\Program Files (x86)\ContinuousTests\AutoTest.VS.2012.Addin to C:\Program Files (x86)\ContinuousTests\AutoTest.VS.2013.Addin
  3. Edit the 2013 file and update the version numbers from 11.0 to 12.0
  4. Alternatively: drop the following file: AutoTest.VS.2013.Addin in your MightyMoose installation folder.
  5. In Visual Studio open the Tools - Options - Environment - Add-in Security page and add C:\Program Files (x86)\ContinuousTests to the list of trusted add-in paths.
  6. Restart Visual Studio

This seems to do the trick for me. Not sure if there are any issues with this, as I haven't played around with it too much. I had Visual Studio 2010, 2012 and 2013 installed side-by-side, so I didn't have to trick the installer into believing that there is a suitable version of Visual Studio anywhere.

Then

Follow the steps in the next answer below :)

like image 200
jessehouwing Avatar answered Oct 11 '22 04:10

jessehouwing