You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates how to design a Grails 2.0 web application via a series of WebDriver-based Spock specifications that can be executed in multiple browsers on multiple OSes through Sauce Labs as long as you configure the Sauce Labs username and apiKey.
It is the companion source code for this tutorial: http://timezra.blogspot.com/2012/01/bdd-with-spock-and-selenium.html
This project can be built from the project root using gradle (1.0-M7 as of this writing):
$> gradle test
In order to setup this project in Eclipse, the .project and .classpath files should be setup using gradle: