Skip to content

4.2.0

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 24 Apr 13:59
· 159 commits to master since this release

Overview

This release contains bug fixes and general improvements, but the most significant update is support for TypeScript 2.7+ (via an update of the @dojo dependencies).

Thanks to @devpaul, @emkay, @inad9300 for documentation improvements!

General improvements

  • Update dependencies, particularly @dojo/core
  • Show a more specific error when configuration JSON is bad
  • Assertion error output now includes diffs for strings as well as for objects (#895)

Bug fixes

  • Session creation responses from newer Selenium and WebDriver versions are now handled (#897)
  • The test run now fails when the test server fails to start (#868)
  • Improved handling of post-startup server errors
  • Properly handle 204 responses in HttpChannel (#889)