Chapter 8. Testing your Ember.js application

This chapter covers

  • Testing strategies for JavaScript applications
  • Using QUnit and PhantomJS for unit and integration testing
  • Combining these tools for a complete testing strategy
  • Exploring integration testing
  • Using Ember Instrumentation for quick performance measurements

Even though JavaScript has matured significantly over the past five years, in a couple of areas you’ll notice that you’re working with a project that still has some maturing to do. Testing is one of these areas, leaving a lot of the required decisions up to application developers. This chapter outlines how you can successfully test your own Ember.js applications and presents a real-world implementation of one possible test ...

Get Ember.js in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.