Skip to content

alisdair/ember-component-integration-tests

Repository files navigation

Ember Component Integration Tests

Build Status Code Climate Test Coverage

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

Running Tests

  • ember test
  • ember test --server