Ember Exam Versions Save

Run your tests with randomization, splitting, and parallelization for beautiful tests.

v0.6.3

6 years ago

v0.7.2

6 years ago
  • fixes #109 - use local ember

v0.7.1

6 years ago
  • Make notes about turning on parallelization more visible
  • Move note on >= 0.7.0 into installation section
  • Add installation instructions
  • Remove jQuery usage
  • Specify when to call loadEmberExam when using ember-cli-qunit@4
  • fix version range
  • Add release process notes

v0.7.0

6 years ago
  • Document load API for version 0.7.0
  • Fix eslint errors for node-land code
  • Refactor core functionality
  • Extract TestLoader mods into utility function
  • Simplify and revamp code coverage
  • Fix tests from ESLint migration
  • Replace JSHint with ESLint
  • Tweak CI configs
  • Change ember try:one -> ember try:each
  • Remove Node 0.12 from Travis
  • Add Node LTS versions 4.x, 6.x, and stable to Travis

v0.6.2

7 years ago
  • Downgrade split < 2 error to warning
  • Fix mocha test commands

v0.6.1

7 years ago
  • Ensure iterate exits with proper code
  • Add Ember Exam video link to Readme
  • Add note about using random with a seed
  • Fix seed logging message for random option

v0.6.0

7 years ago

This release has support for using Mocha through ember-cli-mocha! It also improved some test coverage.

v0.4.6

7 years ago

Support reading test_page in from a Testem config.

v0.4.5

7 years ago

Fixes issues with the 2.7 release of Ember-CLI

v0.4.0

7 years ago

This release says good-bye to AST walking and hello to a simplified API (documented in the README). The result is substantially less hacky code and increased flexbility. All commands now work with --serve for instance.