tags:

views:

97

answers:

1

Is there a way to run JSUnit tests without specifying test suite file. I want to run all the tests in a particular package so that one does not have to remember to add any new test to the existing suite.

A: 

I believe both Eclipse and Maven will do this for you.

morgancodes