source: branches/features/purchaseOrders/test/functional/gnumims/functional/GebReportingSpecBase.groovy @ 929

Last change on this file since 929 was 929, checked in by gav, 13 years ago

Add GebReportingSpecBase class.

File size: 320 bytes
Line 
1package gnumims.functional
2
3import geb.spock.GebReportingSpec
4
5/**
6 *
7 */
8class GebReportingSpecBase extends GebReportingSpec {
9    def appName = grails.util.Metadata.current.'app.name'
10    String getBaseUrl() { "http://localhost:8080/$appName/" }
11    File getReportDir() { new File("target/test-reports/geb-pages") }
12}
Note: See TracBrowser for help on using the repository browser.