Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Support some Unit Testing framework #34

Open paulvi opened 11 years ago

paulvi commented 11 years ago

Some possible frameworks:

Analog for JUnit support

  1. For project, Run as -> Unit Test;
  2. Show results in JUnit test view

Discussion on LinkedIn What frameworks for unit testing do you use?

paulvi commented 9 years ago

http://stackoverflow.com/questions/27211677/is-there-any-unit-testing-integration-in-nodeclipse/27220912#27220912

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

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