Top "Geb" questions

Geb is a library for headless web browsing on the JVM, suitable for automation and functional web testing.

How to select the second Class element using jQuery working with Spock/Geb

I have done a lot of research to find out the answer for the following to no avail. I have …

jquery jquery-selectors spock geb
how to define step definitions location for cucumber in intelliJ 12

I have my feature files in src/resources/com/features and my step definitions in src/main/java/com/step_…

grails intellij-idea cucumber geb
Not able to maximize Chrome Window in headless mode

I recently upgraded my chrome version to 60 and chromedriver to version 2.31. Post that I have started getting the following exception …

google-chrome selenium selenium-chromedriver geb
How to use Geb to check element attribute value after page event

After a bit of help here, I am writing a functional web test using Geb and want to test the …

groovy spock geb
How can I pass JVM system properties on to my tests?

I have the following task task testGeb(type:Test) { jvmArgs '-Dgeb.driver=firefox' include "geb/**/*.class" testReportDir = new File(testReportDir, "…

gradle geb
Geb: Waiting/sleeping between tests

Is there a way to wait a set amount of time between tests? I need a solution to compensate for …

automated-tests geb
In Geb, what is the difference between displayed and present?

I am writing functional tests and dealing with a modal window that fades in and out. What is the difference …

grails functional-testing spock geb
Determine order of execution of Spock tests

Is there a way to set the order in which tests are executed within an Spock Specification? For example: class …

grails spock geb
How to setup and teardown functional test data in Geb grails

I have many working/passing functional geb/spock tests (each extending GebReportingSpec) that are testing a web application with test …

grails functional-programming spock geb test-data
Learning GEB and Spock

I am a manual tester trying to learn GEB and Spock. To learn these do I have to have prior …

testing groovy automated-tests spock geb