source:
branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy
@
943
| Last change on this file since 943 was 937, checked in by , 14 years ago | |
|---|---|
| File size: 292 bytes | |
| Rev | Line | |
|---|---|---|
| [929] | 1 | import geb.spock.GebReportingSpec |
| 2 | ||
| 3 | /** | |
| 4 | * | |
| 5 | */ | |
| 6 | class GebReportingSpecBase extends GebReportingSpec { | |
| 7 | def appName = grails.util.Metadata.current.'app.name' | |
| 8 | String getBaseUrl() { "http://localhost:8080/$appName/" } | |
| 9 | File getReportDir() { new File("target/test-reports/geb-pages") } | |
| 10 | } |
Note: See TracBrowser
for help on using the repository browser.
