Changeset 929 for branches/features


Ignore:
Timestamp:
May 18, 2011, 1:11:33 PM (13 years ago)
Author:
gav
Message:

Add GebReportingSpecBase class.

Location:
branches/features/purchaseOrders/test/functional/gnumims/functional
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy

    r928 r929  
    11package gnumims.functional
    22
    3 import geb.spock.GebReportingSpec
    43import gnumims.functional.pages.HomePage
    54import gnumims.functional.pages.LoginPage
     
    76
    87@Stepwise
    9 class LoginSpec extends GebReportingSpec {
    10     def appName = grails.util.Metadata.current.'app.name'
    11     String getBaseUrl() { "http://localhost:8080/$appName/" }
    12     File getReportDir() { new File("target/test-reports/geb-pages") }
     8class LoginSpec extends GebReportingSpecBase {
    139
    1410    def "We start at the login page"() {
Note: See TracChangeset for help on using the changeset viewer.