Skip to content

1.6.1

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 08 Apr 12:44
· 1141 commits to master since this release

Release overview

  • Roll back wd dependency

Bug fixes

  • The wd package has been reverted to version 0.2.2 due to undocumented changes to the waitForElement API in 0.2.3 that were discovered during last-minute testing. These changes cause some existing functional tests that use the waitForElement APIs to break. This dependency will be replaced in the future with a more stable library.

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