Skip to content

Releases: sbabcoc/local-grid-parent

Fix PhantomJS support by reverting to Selenium 3 driver

27 Feb 08:13
Compare
Choose a tag to compare

In this release, I reverted to version 1.4.4 of PhantomJSDriver, which is the latest release that's compatible with Selenium 3. I also upgraded to the latest release of Selenium Foundation (version 27.0.8), which isn't strictly necessary but keeps everything in sync.

Upgrade foundation to 27.0.6; upgrade other dependencies, too

06 Feb 01:49
Compare
Choose a tag to compare

In this release, I upgraded to the latest release of Selenium Foundation (version 27.0.6). I upgraded several other dependencies as well:

  • JUnit Fountation: 17.0.2 → 17.0.3
  • HtmlUnit: 2.67.0 → 2.70.0
  • PhantomJSDriver: 1.4.4 → 1.5.0
  • Commons Text: 1.9 → 1.10.0
  • OKHTTP: 4.9.1 → 4.10.0
  • Kotlin: 1.5.20 → 1.8.10

I also added information in README regarding execution of the local-grid-parent unit tests, as this can prove vexing if not configured properly.

Upgrade foundation to 27.0.0

16 Jan 05:44
Compare
Choose a tag to compare

This is primarily a maintenance release to stay in sync with the latest release of Selenium Foundation. This foundation release was primarily focused on adding browser profiles to the Gradle project file and included only minor tweaks to core local Grid functionality.

Upgrade foundation to 26.7.0; revise to leverage updates

01 Jan 23:40
Compare
Choose a tag to compare

In this release, I upgraded Selenium Foundation from v26.6.0 to v26.7.0. This release resolved an inconsistency in the specification of browser plugins which could lead to puzzling failures. I also applied refined patterns to the unit test configuration of this project that I developed in Selenium Foundation.

Add ability to attach nodes to an active Grid collection

04 Sep 22:54
Compare
Choose a tag to compare

In this release, I added the ability to attach local node servers to an active Grid collection. These can either extend the set of "personalities" supported by the Grid or provide additional sessions of "personalities" that are already supported.

Update HtmlUnitDriver to version 2.64.0

24 Aug 05:41
Compare
Choose a tag to compare

In this release, I upgraded HtmlUnitDriver to the latest release (version 2.64.0)

Upgrade Selenium Foundation for improved launch behavior

24 Aug 05:29
Compare
Choose a tag to compare

In this release, I upgraded to the latest Selenium Foundation release (version 26.5.0), which features improved local Grid launch behavior.

Add the 'appium.with.pm2' property to applicable profiles

11 Aug 22:04
Compare
Choose a tag to compare

To eliminate the need to specify the appium.with.pm2 property to command line or settings file, I've now added this property to the Appium-related profiles in the local-grid-hub project definition (POM) file.

Upgrade to latest Selenium Foundation to resolve shutdown failures

11 Aug 03:03
Compare
Choose a tag to compare

There was a bug in Selenium Foundation that resulted in a NullPointerException failure affecting the shutdown feature of this project. Upgrading to the latest release resolves this issue.

Add missing Grid node profiles; update README

10 Aug 22:56
Compare
Choose a tag to compare

In this release, I add three Grid node profiles to the local-grid-hub project that I had failed to include in the pull requests that added these node types to the parent project. I also updated the README to document these new profiles.