Skip to content

1.6.0

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 01 Apr 21:49
· 1141 commits to master since this release

Release overview

  • Improved runtime configuration
  • Updates to Sauce Connect and WD.js
  • Bug fixes

Enhancements

Bug fixes

  • Specifying arrays as values in a Grunt task (for configuration properties like reporters and suites) 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
cd /my/project/root
npm install intern --save-dev
or Geezer edition
cd /my/project/root
npm install intern-geezer --save-dev

Download source