A test-framework-agnostic set of helpers for testing Ember.js applications.
The exports of this library are intended to be utility functions that can be used to bring the standard Ember testing experience to any testing framework.
This library is best used by way of a test-framework-specific wrapper, such as ember-qunit or ember-mocha.
Full documentation can be found in API.md.
git clone <repository-url>
this repositorycd ember-test-helpers
yarn install
ember serve
- Visit your app at http://localhost:4200.
yarn test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
Much of ember-test-helpers
was extracted from the original ember-qunit
,
which was written by Stefan Penner, Robert Jackson, and Ryan Florence.
Copyright 2015 Switchfly and contributors.
Dual-licensed under the Apache License, Version 2.0 and the MIT License.