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 hidden (Show)

ember-exam - v9.0.0 Latest Release

Published by kategengler 10 months ago

πŸ’₯ Breaking Change

  • #1125 Update ember to 5.5, drop Nodes below 18, drop Mocha support (@andreyfel)

πŸš€ Enhancement

🏠 Internal

Committers: 2

ember-exam - v8.0.0

Published by rwjblue over 2 years ago

πŸ’₯ Breaking Change

🏠 Internal

Committers: 3

ember-exam - v7.0.0

Published by Turbo87 almost 3 years ago

πŸ’₯ Breaking Change

πŸ› Bug Fix

πŸ“ Documentation

  • #687 Update README.md: Fix typo in flag name (@bantic)
  • #644 Docs: Fix information on Load Balancing (@brkn)

🏠 Internal

Committers: 4

ember-exam - Release 6.1.0

Published by rwjblue over 3 years ago

πŸš€ Enhancement

Committers: 1

ember-exam - Release 6.0.1

Published by rwjblue almost 4 years ago

πŸ› Bug Fix

🏠 Internal

Committers: 2

ember-exam - Release 6.0.0

Published by rwjblue about 4 years ago

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #599 Embroider support when staticAddonTestSupportTrees enabled (@thoov)

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 6

ember-exam - v5.0.1 Update dependencies

Published by choheekim over 4 years ago

ember-exam - v5.0.0 Dropping support for node 8 & Update dependencies

Published by choheekim over 4 years ago

  • Dropping support for node 8
  • Update dependencies
  • Ensure process object is valid before registering callbacks for process.on and process.error.
  • Update Dependencies
ember-exam - v4.0.5 - Fix bug in registering 'disconnect' event in exam.js & Update Dependencies

Published by choheekim almost 5 years ago

  • Add validation for process object for tests-start events
  • Fix bug when registering disconnect event by getting rid of process conditional statement
  • Update Dependencies
ember-exam - v4.0.4 Validate if testem object is available

Published by choheekim about 5 years ago

  • v4.0.3 introduces an error Cannot read property 'emit' of undefined due to testem object is unavailable during ebmer serve. The version v4.0.4 includes a fix for v4.0.3.
ember-exam - v4.0.3 Introducing write-module-metadata-file command

Published by choheekim about 5 years ago

  • Adding write-module-metadata-file to generate test module data after execution. #265
  • Update Dependencies
ember-exam - v4.0.2 - Fix bug in --write-execution-file for failedBrowsers Array

Published by step2yeung about 5 years ago

  • ensure browserExitHandler is called for global errors #362
  • Improve complete browser book keeping & improve request next module conditions #357
ember-exam - 4.0.0 - Bump node support version to >=8

Published by step2yeung about 5 years ago

  • Update to use node version >= 8 #308
  • Throw error when there are no matching tests with a given input by file-path and module-path #302
  • Update Dependencies
ember-exam - 3.0.3 - Introducing file-path & module-path commands & Update Dependencies

Published by step2yeung over 5 years ago

  • Adding file-path and module-path commands for improved test startup time #266 & #300
  • Update Dependencies
ember-exam - 3.0.2 - Docs updates & Update Dependencies & graceful exit when async iterator fails

Published by step2yeung over 5 years ago

  • Docs updates #286 #285
  • Update Dependencies
  • Graceful exit when async iterator fails #274
ember-exam - 1.0.0 - Remove auto-loading

Published by trentmwillis almost 7 years ago

  • Remove auto-loading functionality
  • Update readme to better emphasize explicit loading
ember-exam - 0.8.1 - Deprecate Auto-Load

Published by trentmwillis about 7 years ago

  • Warn when auto-loading (deprecation)
  • Remove # from test output.
ember-exam - 0.8.0 - Update Dependencies

Published by trentmwillis about 7 years ago

  • Removed EMBER_TRY_SCENARIO's from .travis.yml file
  • Fix ESLint warning
  • Fix mocha integration
  • Revert npm install command in .travis.yml
  • Upgrade all dependencies version
  • Upgrade Ember CLI to version 2.15 and align with default blueprint