add gradle 8.7 compatibility via org.ysb33r.gradle:grolifant-herd:4.0.0
will resolve:
- https://github.com/erdi/webdriver-binaries-gradle-plugin/issues/43
- https://github.com/grails/grails-testing-support/issues/443
replaces:
- https://github.com/jamesfredley/webdriver-binaries-gradle-plugin/pull/1
Changes were made to enable tests to run on Windows 11.
Fully tested against:
- https://github.com/grails/grails-functional-tests
- https://github.com/grails/grails-testing-support - also requires org.asciidoctor:asciidoctor-gradle-jvm from 4.0.1 to 4.0.3
@erdi @jonnybot0
Hey, @jamesfredley! Neither I nor the Geb project maintain this repository. For our part, we're actively working to move from this to Selenium Manager, which solves the same core problem. You can see the in-progress pull request for this at https://github.com/geb/geb/pull/200.
Even without that update to Geb, you can start using Selenium Manager by upgrading to Selenium 4.11 or later. It works just fine with the latest Geb release. I would recommend upgrading to the latest version of Selenium you can in your environment, as Selenium Manager did have a few bugs in the earlier iterations that are now resolved. That may entail Java updates, though, depending on your project.
Obviously, you can always use an artifact built from your fork here in the interim, and if @erdi wants to merge this here, more power to you both. :)
Thanks for the reply.
For Grails, we are moving the default Geb setup to use org.testcontainers:selenium via https://github.com/grails/geb/blob/7a50d0aa78671f41ce0237b98b501cf844208081/src/testFixtures/groovy/grails/plugin/geb/ContainerGebSpec.groovy#L49 which is working great.
This PR would help users that want to use Gradle 8.6+ with webdriver-binaries-gradle-plugin.
Applied under new repository home: https://gitlab.com/ysb33rOrg/gradle/webdriver-binaries-gradle-plugin/-/commit/496223a64d3d6ad57e1139ad40c956384db3e2e7