I have a WebAPI app and an integration test suite for the app that calls the API over HTTP. Currently I run the integration suite in one instance of visual studio 2013 and manually start the WebAPI app in another instance, to run on IIS Express.
Is it possible to configure VS2013 such that I can have the test suite and the app in the same solution and simply run the test suite (I'm using nunit and the resharper running) at which point it will take care of building and starting the web app?