Geb Browser Automation Quick Start for Continuous Integration Linux
     How to Stand Up a Geb Sample Application On a CI Server(Continuous Integration) Linux   This guide will show you step-by-step how to setup a simple Geb app to get started using the automated testing framework.   This guide is intended for setting up automated browser tests on a Linux continuous integration server that is command line only with no UI enabled.   This guide focuses on using a headless browser for testing.      If you are trying to setup Geb on Windows instead please use the following link:   Setup Geb on Windows     Pull a copy of the Geb Sample App    First, pull the Geb sample application from Github:   https://github.com/geb/geb-example-grails    HTTPS Clone URL:  https://github.com/geb/geb-example-grails.git       Add the GhostDriver library to your grails app   Add the following line to your BuildConfig.groovy:                  58 58          // You usually only need one of these, but this project uses both   59 59          test "org.gebish:geb-spock:$gebVe...