
I've blogged before about hosting web services created with Web API inside a test fixture in .Net, what follows is the same idea but in this case hosting a node.js implemented web service, this is using the node.js server I created in this previous post.Jumping straight to the solution this is what I came up with:As you can I've managed to reduce the amount required to be specified for each test fixture to 3 parameters:working directory for node.js...