ember-introjs
Version:
An Ember Component for intro.js
52 lines (31 loc) • 1.54 kB
Markdown
# @ember/test-helpers [](http://travis-ci.org/emberjs/ember-test-helpers)
A test-framework-agnostic set of helpers for testing Ember.js applications.
## Usage
The exports of this library are intended to be utility functions that can be used to bring the
standard Ember testing experience to any testing framework.
This library is best used by way of a test-framework-specific
wrapper, such as [ember-qunit](https://github.com/emberjs/ember-qunit) or
[ember-mocha](https://github.com/emberjs/ember-mocha).
**Full documentation can be found in [API.md](API.md).**
## Collaborating
### Installation
* `git clone <repository-url>` this repository
* `cd ember-test-helpers`
* `yarn install`
### Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Running Tests
* `yarn test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
### Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
## Attribution
Much of `ember-test-helpers` was extracted from the original `ember-qunit`,
which was written by Stefan Penner, Robert Jackson, and Ryan Florence.
## Copyright and License
Copyright 2015 [Switchfly](https://github.com/switchfly) and contributors.
Dual-licensed under the [Apache License, Version 2.0](./APACHE-LICENSE) and
the [MIT License](./MIT-LICENSE).