I know that there has been many questions about javascript test frameworks. But, I'm confusing which one I should choose as all are new to me. I'm now using Jake with Geddy alongside node.js. I uses Jake because it comes with Geddy by default. I'm looking for another better testing framework that meets my following requirements:
- Single test run (Mocha or any other suggestion?)
- Both CLI and browser support
- Huge community
- Use with node.js
I run into problem with Jake for single test run and so it would be a major requirement. Huge community is also important for me. If tests can be run via browser would be plus.