ember-testing is a core part of Ember framework. Ember framework has its own testing architecture and provides infrastructure for application development.
Ember Framework's testing infrastructure is defined in the Ember Guide. It classifies tests as:
Ember-testing provides its capability by using qunit testing framework. Since qunit
is default, other frameworks are also supported via third-party addons.
To get better help on questions, consider preparing a twiddle
in ember-twiddle.com
. ember-twiddle supports running tests. (Just click Run Tests on the screen.)