Skip to content

Test-framework-agnostic helpers for testing Ember.js applications

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
APACHE-LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

bendemboski/ember-test-helpers

 
 

Repository files navigation

@ember/test-helpers Build Status

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 or ember-mocha.

Full documentation can be found in API.md.

Collaborating

Installation

  • git clone <repository-url> this repository
  • cd ember-test-helpers
  • yarn install

Running

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/.

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 and contributors.

Dual-licensed under the Apache License, Version 2.0 and the MIT License.

About

Test-framework-agnostic helpers for testing Ember.js applications

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
APACHE-LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • HTML 0.8%