Skip to content
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

Open
alexbeletsky opened this issue May 7, 2013 · 4 comments
Open

Front-end tests #6

alexbeletsky opened this issue May 7, 2013 · 4 comments

Comments

@alexbeletsky
Copy link
Owner

Prepare some Backbone.js tests for Views and Models.

Idea is to use Jasmine (Mocha?) and be able to run those by grunt.

@joafeldmann
Copy link

Maybe http://theintern.io/ might also be interesting for testing

@alexbeletsky
Copy link
Owner Author

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 theintern tests for this project, I would be really happy.

@joafeldmann
Copy link

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?

@alexbeletsky
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants