(Unit) Testing in Ember.js
About Testing...
Unit tests
- Verify, that isolated chunks of functionality work
- Don't worry about their dependencies
Integration tests
- Test user interaction and application flow
Test runners & Frameworks
- QUnit testing framework
- (async) helpers in ember-testing
- Test Runner (testem, ember-cli)
Made with Slides.com