Skip to content

Releases: ember-cli/ember-exam

Parallelization!

27 Mar 00:49
Compare
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
Compare
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
Compare
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
Compare
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