Is there any unit testing integration in nodeclipse?

757 views Asked by At

am I correct in thinking that nodeclipse does not yet provide unit test integration à la JUnit? I was hoping to be able to run tests individually, by script, by folder... but can't seem to find a way to do that.

Eric

2

There are 2 answers

1
Paul Verest On

As Node.js is using JavaScript, so you should actually search for JUnit-like integration for JavaScript.

And there are many unit testing framework for JavaScript,
and I don't know any mature Eclipse integration.

Quick search right now gives me


(source: benjiweber.co.uk)

I remember there were some others, but they all required tedious set-up work.
I don't know which project worth including into Nodeclipse.

You can help Nodeclipse by researching and giving more options here
or directly to #34

1
frp On