When using spock+geb you can assert that you are on expected page by assertion e.g.: assert title == \'Sign In\'
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 shou
I think I need to flush the hibernate session in a GebSpec test, and so I want to get the sessionFactory.
Using GEB I was using the Page Object Pattern to encapsulate information about the different pages statically.
I can\'t work out why my web based cucumber tests never terminate. All step definitions pass but the browser never exit on the last step and therefore my script is hanging.
I have the following task task testGeb(type:Test) { jvmArgs \'-Dgeb.driver=firefox\' include \"geb/**/*.class\"
Geb is a nice framework for testing web applications, as there is very direct support for checking specific DOM elements as seen by the browsing client.However, sometimes the expected result of a requ
Is Geb(automation testing framework)a good acceptance testing framewor开发者_运维知识库k?This question might cause very opinionated answers and so will I answer your question from my point of view and