Skip to content

jgordon615/NodeUnitTestAdapter

Repository files navigation

Visual Studio 2012/2013 test adapter for NodeUnit. This adapter integrates Visual Studio's test explorer with nodeunit unit tests.

This plugin looks at ALL .test.js files in your solution for nodeunit unit tests, and integrates them with the test explorer.

The following features are supported:

  • Run all tests
  • Run individual tests
  • Click test to go to source code
  • Click stack trace (in a failed test) to go to source code
  • Custom project type which includes 2 example tests

Requirements:

  • Visual Studio 2012 (Update 1) / 2013
  • Must have node.js installed
  • Must have node.js tools for Visual Studio installed: https://nodejstools.codeplex.com
  • NodeUnit must be in an appropriate node_modules folder relative to the location of the nodeunit tests file.
  • NodeUnit test files must have the file extension ".test.js"

Other:

If you like this, please leave a comment.

About

Test Adapter for running NodeUnit tests in Visual Studio 2012/2013

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors