In search of a method to run JavaScript unit tests within the Visual Studio IDE, I currently utilize TestDriven.net for my C# units tests. It's convenient to quickly view the test results in the output pane and I am seeking a similar experience for JavaScript (ideally compatible with TestDriven.net).
I've come across various solutions that allow for the execution of JavaScript unit tests. Some have their own JS engine while others, like JS-Test-Driver, can send the code to browsers and retrieve the results. However, I haven't found anything integrated into VS.
Does anyone know of an extension that could facilitate this?