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