Skip to content

scrom/NodeUnitTestAdapter

 
 

Repository files navigation

Visual Studio 2015 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 2015
  • Must have node.js installed
  • Must have node.js tools for Visual Studio installed: https://www.visualstudio.com/en-us/features/node-js-vs.aspx
  • 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 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 52.8%
  • HTML 43.2%
  • JavaScript 4.0%