A simple example of how to write integration tests for Ember components.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server