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

Last change on this file was 1430, checked in by work@…, 12 years ago
  • set keyword expansion
  • Property svn:keywords set to Rev Author Date
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.