Just a sample project.
Clone the repo:
Git:
$ git clone [email protected]:searls/junit-mocha-example.git
Svn:
$ svn co https://github.com/searls/junit-mocha-example
- Hava a JDK & Maven installed
- Install Node.js (anything above 0.10 will do; it's required to run testem)
- Install PhantomJS
- Run
npm install -g testem mvn installto verify everything is working- Run
testemwith the repo as your current working directory to ensure that testem's interactive mode is working