-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front-end tests #6
Comments
Maybe http://theintern.io/ might also be interesting for testing |
I've seen in on the last JavaScript weekly issue and it looks attractive. But for this boiler-plate I would probably try to keep as 'less-frameworks-used' as possible. Jasmine + PhantomJS + grunt task worked really nice before. Again, if you can show some good examples of |
Haven't used theintern by now too, but maybe someone else can help? On the other hand I like the 'less-frameworks-used' approached. So you will use the same testing framework for front- and backend? |
I'm thinking about Mocha both for front end and back end. Good part is that both are could be simply run by grunt, so it's easy to integrate with CI or use continuous testing. |
Prepare some Backbone.js tests for Views and Models.
Idea is to use Jasmine (Mocha?) and be able to run those by
grunt
.The text was updated successfully, but these errors were encountered: