Changeset 929 for branches/features
- Timestamp:
- May 18, 2011, 1:11:33 PM (13 years ago)
- 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 1 1 package gnumims.functional 2 2 3 import geb.spock.GebReportingSpec4 3 import gnumims.functional.pages.HomePage 5 4 import gnumims.functional.pages.LoginPage … … 7 6 8 7 @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") } 8 class LoginSpec extends GebReportingSpecBase { 13 9 14 10 def "We start at the login page"() {
Note: See TracChangeset
for help on using the changeset viewer.