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

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

Move functional test classes to the default package to enable use of gnuMims services.
Since services are in the default package and in Java and Groovy it is not possible to import from the default package.

File size: 294 bytes
Line 
1
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.