UI Deploy

Curated, Short, Web UI Dev we Love.

Outside-In Testing for Ember Apps

While the actual tests themselves may not change, the are many different approaches to testing an Ember app. In this post, we are going to explore one such option: “Outside-in.” This is where we drive the development of our application/feature starting at the highest level and let the tests guide us down all the way to lowest level.

view source

Advertisement