Gradle-geb-plugin released

I would like to announce the gradle-geb-plugin I created. Its available here: https://github.com/thokari/gradle-geb-plugin and here: https://bintray.com/thokari/maven/gradle-geb-plugin/0.2/view/files/de/thokari/gradle-geb-plugin/0.2

It makes a Geb browser available in your build scripts, for automating web tasks. The interesting part is, that it uses PhantomJS for improved speed and Javascript capabilities (compared to HtmlUnit). You don’t have to care about any dependencies at all, and it automatically downloads the binaries for the OS the build is running on.

Hi Thomas,

This is super cool stuff. I work on Gradle and Geb so this is a sweet spot for me.

Thanks for putting it together.