Last change
on this file since 1384 was
1384,
checked in by business@…, 12 years ago
|
added webtest plugin and first (working) webtest, renamed 'test' configuration to 'nmcdsptest' to avoid conflicts with grails default test environment
|
File size:
611 bytes
|
Line | |
---|
1 | wt.config.host = localhost |
---|
2 | wt.config.port = 8080 |
---|
3 | wt.config.protocol = http |
---|
4 | |
---|
5 | # uncomment to override default |
---|
6 | # wt.config.basepath = projectName |
---|
7 | |
---|
8 | wt.config.summary = true |
---|
9 | wt.config.saveresponse = true |
---|
10 | wt.config.resultfile = WebTestOverview.xml |
---|
11 | wt.junitLikeReports.file = target/test-reports/webtest/TEST-WebTests.junit.xml |
---|
12 | wt.config.haltonerror = false |
---|
13 | wt.config.errorproperty = webTestError |
---|
14 | wt.config.haltonfailure = false |
---|
15 | wt.config.failureproperty = webTestFailure |
---|
16 | wt.config.showhtmlparseroutput= true |
---|
Note: See
TracBrowser
for help on using the repository browser.