Skip to content
| Marketplace
Sign in
Visual Studio>Tools>KarmaVs
KarmaVs

KarmaVs

Daniel Fisher [lennybacon]

|
5,964 installs
| (11) | Free
Use Karma for Continous JavaScript Testing with feedback through the Visual Studio Output Window
Download

Use KarmaJS (theSpectacular Test Runner for JavaScript) for continous javascript testing in Visual Studio. The Feedback is provided inside Visual Studio through the Output Window.

Prerequisites:

  • Install nodeJS
  • Install karma using the Node Packagae Manager: npm install -g karma
  • Install plugins as needed: http://karma-runner.github.io/0.10/config/plugins.html

How to:

The KarmaJs for Visual Studio will look for a file named "karma.e2e.conf.js"/"karma.unit.conf.js" in the root directory of your web application project/node.js project. If one is found karma is beeing started. To support proxies (e.g. for AngularJS scenario test) it will also look for a file named server.js (e.g.: https://github.com/karma-runner/karma/blob/master/test/e2e/angular-scenario/server.js).

Code with a running sample: https://github.com/lennybacon/KarmaVS

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft