ember-exam

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

MIT License

Downloads
220.3K
Stars
284
Committers
42

Bot releases are visible (Hide)

ember-exam - 0.6.3 - Add compatibility check for ember-cli-qunit@4

Published by trentmwillis about 7 years ago

ember-exam - 0.7.2 - Use local Ember-CLI

Published by trentmwillis about 7 years ago

  • fixes #109 - use local ember
ember-exam - 0.7.1 - No More jQuery

Published by trentmwillis about 7 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
ember-exam - 0.7.0 - Big Ol' Refactor

Published by trentmwillis over 7 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
ember-exam - 0.6.2 - Allow splits of 1

Published by trentmwillis over 7 years ago

  • Downgrade split < 2 error to warning
  • Fix mocha test commands
ember-exam - 0.6.1 - Bug Fixes

Published by trentmwillis over 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
ember-exam - Mocha Support!

Published by trentmwillis almost 8 years ago

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

ember-exam - 0.4.6

Published by trentmwillis about 8 years ago

Support reading test_page in from a Testem config.

ember-exam - 0.4.5

Published by trentmwillis about 8 years ago

Fixes issues with the 2.7 release of Ember-CLI

ember-exam - Bye-Bye AST!

Published by trentmwillis over 8 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.

ember-exam - Parallelization!

Published by trentmwillis over 8 years ago

With this release, the --parallel option should now work! Give it a whirl!

ember-exam - So-Called Parallelization

Published by trentmwillis over 8 years ago

The --parallel option was supposed to be in this release, but I botched it. Use 0.2.1 instead.

ember-exam - 0.1.1: Minor Things

Published by trentmwillis almost 9 years ago

Fixes

  • #6: Fix jquery dep issue
  • #5: Treat all non-test modules as test-helpers
  • #3: Updated package.json to include Git repo info
ember-exam - 0.1.0: Initial Release

Published by trentmwillis almost 9 years ago

This is the beginning of great things! Most of the core functionality has been developed and a good amount of testing has been completed. Still need to test it in the wild and add a few more features before we hit 1.0, but good to start using now!

Features

  • Randomization of test modules
  • Randomization of individual tests
  • Seeded randomization
  • Splitting of tests
  • Weighted splitting of tests