Jochen
Jochen

Reputation: 1776

Configure Eclipse Node JS IDE (Enide) to run nodeunit

I am playing around with Enide, an Eclipse IDE for Node-JS development, and nodeunit, a JUnit-like testframework. How do I need to configure Enide, that I will be able to see a 'Run as XUnit-test'-entry in the Eclipse context menu?

Upvotes: 1

Views: 249

Answers (1)

Paul Verest
Paul Verest

Reputation: 64012

Currently not possible, see Is there any unit testing integration in nodeclipse?

I researched before, but not working on more. Welcome on GitHub to work on https://github.com/Nodeclipse/nodeclipse-1/issues

Upvotes: 0

Related Questions