1.6.0
Release overview
- Improved runtime configuration
- Updates to Sauce Connect and WD.js
- Bug fixes
Enhancements
- Command-line arguments passed to Intern are now accessible from the
args
property on the main intern module. (#128, #137) - The configuration data used by the running copy of Intern is now accessible from the
config
property on the main intern module. (#128, #133) - sauce-connect-launcher has been updated to 0.3.2. This new version uses Sauce Connect 4, which no longer requires Java to function. (#162)
- wd has been updated to 0.2.11. (#158)
- The built-in loader now supports the legacy three-argument
define
signature, so you can use modules that define themselves in this manner. (https://github.com/csnover/dojo2-core/commit/7378ade167380ff86e8a530b6259db263800dbf9) - The built-in loader no longer emits circular dependency warnings for modules that are correctly managing their circular dependencies. (https://github.com/csnover/dojo2-core/commit/24de5efc75daa2a878be3203f4a8a4624b0879df)
- The example configuration has been updated to use more recent versions of Selenium and browsers. (dd74892)
Bug fixes
- Specifying arrays as values in a Grunt task (for configuration properties like
reporters
andsuites
) has been fixed. (#164) - The Grunt task no longer discards existing environment variables when spawning Intern, so these remain accessible to Intern when running with Grunt. (#136)
- Chained methods in the WebDriver wrapper no longer modify their reference to
self
when switching contexts. This fixes failures that were caused in certain scenarios when invoking context-specific methods that also returned new elements. (#161) - The WebDriver reporter now outputs some error data to the browser in IE9 and earlier instead of
undefined
. (9ad4964)
Install from npm
Regular edition
|
or |
Geezer edition
|