Skip to content

Releases: ember-cli/ember-exam

0.4.5

04 Aug 04:25

Choose a tag to compare

Fixes issues with the 2.7 release of Ember-CLI

Bye-Bye AST!

24 May 16:24

Choose a tag to compare

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.

Parallelization!

27 Mar 00:49

Choose a tag to compare

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

So-Called Parallelization

27 Mar 00:48

Choose a tag to compare

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

0.1.1: Minor Things

10 Jan 22:49

Choose a tag to compare

Fixes

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

0.1.0: Initial Release

04 Dec 19:28

Choose a tag to compare

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