Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 948 Bytes

File metadata and controls

24 lines (16 loc) · 948 Bytes

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