Skip to content

Releases: theintern/digdug

2.4.3

25 Feb 21:36
Compare
Choose a tag to compare

Update webdriver versions

2.4.2

25 Feb 21:35
Compare
Choose a tag to compare

This release fixes a typing issue with the Tunnel class (#78).

2.4.1

25 Feb 21:35
Compare
Choose a tag to compare

Update webdriver versions

2.4.0

06 Oct 22:47
Compare
Choose a tag to compare

Overview

The main update in this release is improved Edge support.

  • Support the Chromium Edge driver in SeleniumTunnel. The driver name is MicrosoftEdgeChromium, although edgeChromium is also recognized.
  • Externalize the Selenium config; this makes updating driver versions slightly easier, and will eventually provide a shared store of current driver versions for the WebDriverTunnel. (#54, #71)
  • Update the the cbt_tunnels package used by CrossBrowserTestingTunnel
  • Update the default WebDriver versions

2.3.0

06 Oct 13:54
Compare
Choose a tag to compare

Overview

This release updates all of Dig Dug's dependencies, adds some additional documentation to SeleniumDriver, and fixes a couple of bugs.

  • Include the architecture in the WebDriver directory name (#74)
  • Update Selenium documentation for Edge (#63)
  • Fix some typing issues
  • Restore compatibility with TS < 3

2.2.4

03 Jun 00:08
Compare
Choose a tag to compare

Overview

This release updates web driver and tunnel binary versions.

2.2.3

03 Jun 00:06
Compare
Choose a tag to compare

Overview

This release updates the @theintern/dev dependency version for a TypeScript update. There are no other changes.

2.2.2

03 Jun 00:05
Compare
Choose a tag to compare

Overview

This release updates driver versions and contains some SauceLabs-related bug fixes

  • Remove the use of SauceLabs undocumented dev-varnish vm (#67)
  • Wait for Sauce Connect to be ready (#66)

2.2.1

03 Jun 00:03
Compare
Choose a tag to compare

Overview

This release the @theintern/common dependency to fix an issue where common's request module sometimes returns invalid types for network requests.

2.2.0

14 Sep 14:24
Compare
Choose a tag to compare

Overview

This release removes the @dojo dependencies and replaces them with @theintern/common. This was done primarily to alleviate typing conflicts that were happening when using Intern (which uses Dig Dug) to test the @dojo projects.

Dig Dug is now a bit more thorough with its typing exports. In particular, the cancellable promise type returned by some methods (CancellablePromise) is now exported, allowing users to declare variables of that type.

Other dependencies were also updated in this release, including the Selenium and WebDriver versions used by SeleniumTunnel.