1

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 Answers2

1

It is open issue #34 in the Noodeclipse project issue tracker, so no.

frp
  • 1,078
  • 9
  • 29
  • I don't like "their" word. For me Nodeclipse started as research on existing tools, while anyone comes with some additions to Nodeclipse, the project grows. – Paul Verest Dec 01 '14 at 02:41
0

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

Community
  • 1
  • 1
Paul Verest
  • 51,779
  • 39
  • 174
  • 288