python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to parametrise a test?
I am working on creating automation test using Geb, Spock , Groovy, Selenium and page object model. This is more of a navigation test which I am working on.
In my test, I have the exact same steps (gi...
curiousToKnow
Votes: 0
Answers: 1
Implementing parallel execution of autotests using JUnit 5 + GEB (without spock)
I'm trying to implement parallel execution of autotests using JUnit 5 and GEB. At the moment, the tests are already running in parallel. The problem is that every page element must be visible at the t...
JarlaxleVl
Votes: 0
Answers: 0
How to navigate to same page before running any test script in GEB SPOCK
I am creating one automation script using geb spock and groovy. In my test class I have multiple tests and I want to navigate to home page before running any of the test meaning
login to application ...
curiousToKnow
Votes: 0
Answers: 1
after geb update to 5.1: setting TextArea text fails if not empty previously
This feels so strange: I am trying to update my dependencies (in preparation for a future update to Java 17):
groovy from 2.5.14 to 3.0.9
spock from 1.3-groovy-2.5 to 2.0-groovy-3.0
and geb from 3.4 ...
eekboom
Votes: 0
Answers: 0