geb Questions
2
Solved
I'm using the geb 0.9.2 plugin for grails 2.3.4
I want to run the functional tests separately from the service, on two separate hosts.
I have observed the following:
If I run the service on the ...
5
I have my feature files in src/resources/com/features and my step definitions in src/main/java/com/step_definitions
My tests all run correctly, but intelliJ refuses to see where the step defs are,...
Ripple asked 21/12, 2012 at 16:11
4
Solved
I have done a lot of research to find out the answer for the following to no avail.
I have the following class in one <div> tag in the HTML.
<button type='button' class='btn btn-navbar d...
Logwood asked 28/11, 2013 at 12:7
1
Previously I used Robot Framework to automate testing of applications, but a new client asked pay attention to Spock + GEB. I've never used it, but I need to quickly compare two of these tool...
Mccreery asked 10/5, 2013 at 9:50
1
When using Geb, is it possible to set custom request headers and user agent when using the Browser API (and not the Direct Download API)?
While this is possible with the FirefoxDriver (see here), ...
Gruesome asked 22/8, 2012 at 6:25
1
Solved
This seems like it should be pretty straightforward, but I am not seeing how to get access to values in my GebConfig.groovy file. I've tried the following:
userName = "myUserName"
properties = {
...
2
Solved
I'm just starting out with Geb and am encountering this error when inputting sample code from the Book of Geb:
import geb.Browser
Browser.drive {
go "http://google.com/ncr"
// make sure we ac...
1
Solved
I am a manual tester trying to learn GEB and Spock. To learn these do I have to have prior knowledge of java or groovy? I have been reading the book of GEB, What are the prerequisites, books or lea...
Reaganreagen asked 10/1, 2013 at 1:23
2
Solved
I'm building up a test in Geb (WebDriver) that has the need to work with a form that has no submit button. From the user's perspective, it is as simple to use as typing in the search term and hitti...
1
Solved
Is there a way to set the order in which tests are executed within an Spock Specification?
For example:
class MySpec extends IntegrationSpec {
def 'test A'...
def 'test B'...
}
I want 'test ...
1
Solved
I'm asking for help because I don't know what to do with this error...
So first of all let me show the stacktrace I get when running my really simple test, what is weird is that my test doesn't see...
Coherence asked 24/1, 2012 at 11:34
2
Solved
I would like to dynamically execute a groovy statement from my database.
I'm currently using geb (www.gebish.org) to automate my browser and i would like the use "css selectors" from my database.
...
2
After a bit of help here, I am writing a functional web test using Geb and want to test the disabled attribute value of an form submit button both before and after an event has occurred, the flow s...
© 2022 - 2024 — McMap. All rights reserved.