Skip to content

This is a simple course_registry website written in Grails 2.0, designed via WebDriver-based Spock specifications. The build is configured with Gradle. All test runs, including specifications that run through Sauce Labs are fully automated.

Notifications You must be signed in to change notification settings

timezra/course_registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
    $> gradle eclipseProject
    $> gradle eclipseClasspath

About

This is a simple course_registry website written in Grails 2.0, designed via WebDriver-based Spock specifications. The build is configured with Gradle. All test runs, including specifications that run through Sauce Labs are fully automated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published