Chutzpah test adapter for Visual Studio 11 Beta

Visual Studio 11 Beta was released today and one of the many cool new features is the Unit Test Explorer.

UnitTestExplorerEmpty

The Unit Test Explorer functions using a plugin model where it scans for test adapters and uses them to find and run tests. You can download adapters from the Visual Studio Gallery which currently hosts the xUnit.net, NUnit and Chutzpah adapters.

With the addition of the Chutzpah adapter Visual Studio 11 Beta can discover and execute QUnit and Jasmine unit tests. VS now provides a nice graphical interface to see and run the available tests.

UnitTestExplorer

 

The Chutzpah adapter is still very young and has much room for improvement but I wanted to get something out there early to get feedback. Feel free to provide feedback on the Chutzpah CodePlex page. Soon I will also be upgrading the standard Chutzpah Visual Studio plugin to VS 11 so you still have the option of a TestDriven.net type experience for JS tests.

 

6 thoughts on “Chutzpah test adapter for Visual Studio 11 Beta

  1. hi, can you provide a sample VS project file?

    I installed plugin into studio, wrote a test but it doesnt find any my tests. I run on jasmine.

    F

  2. Hi frantisek, I met the same problem as you described in your last post, “I installed plugin into studio, wrote a test but it doesnt find any my tests.” I want to know, how did you get it to work?

    Thanks
    Jason

Comments are closed.