source: trunk/test/webtest/conf/webtest.properties @ 1384

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 
1wt.config.host                = localhost
2wt.config.port                = 8080
3wt.config.protocol            = http
4
5# uncomment to override default
6# wt.config.basepath            = projectName
7
8wt.config.summary             = true
9wt.config.saveresponse        = true
10wt.config.resultfile          = WebTestOverview.xml
11wt.junitLikeReports.file      = target/test-reports/webtest/TEST-WebTests.junit.xml
12wt.config.haltonerror         = false
13wt.config.errorproperty       = webTestError
14wt.config.haltonfailure       = false
15wt.config.failureproperty     = webTestFailure
16wt.config.showhtmlparseroutput= true
Note: See TracBrowser for help on using the repository browser.