You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds a new socketTimeout config parameter that can be used to set the timeout used for websocket connections between Intern and a remote host. (#1176)
This release allows the path to the loader to be set for the dojo, dojo2, and systemjs loader scripts (#1161). The options object for any of those loaders may now contain an internLoaderPath property that points to the loader script. This property is consumed by Intern and will not be passed on to the loader itself.
This release updates the Dig Dug dependency to 2.5.0, which automatically updates its WebDriver version database when starting a test run. Basically, you won't need to update Intern every time a new chromedriver comes out.
This release fixes an issue when using mock timers in unit tests (#1125). It also updates the default webdriver versions for Chrome and Chromium Edge via a Dig Dug update.
This release fixes an issue where remote browsers would close the websocket channel if no messages had been sent or received for a long time (~60 seconds). (#1143)