Geb is a library for headless web browsing on the JVM, suitable for automation and functional web testing.
I have done a lot of research to find out the answer for the following to no avail. I have …
jquery jquery-selectors spock gebI have my feature files in src/resources/com/features and my step definitions in src/main/java/com/step_…
grails intellij-idea cucumber gebI 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 gebAfter a bit of help here, I am writing a functional web test using Geb and want to test the …
groovy spock gebI have the following task task testGeb(type:Test) { jvmArgs '-Dgeb.driver=firefox' include "geb/**/*.class" testReportDir = new File(testReportDir, "…
gradle gebIs there a way to wait a set amount of time between tests? I need a solution to compensate for …
automated-tests gebI am writing functional tests and dealing with a modal window that fades in and out. What is the difference …
grails functional-testing spock gebIs there a way to set the order in which tests are executed within an Spock Specification? For example: class …
grails spock gebI 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-dataI 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