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