[Webtest] [webtest][JIRA] Erstellt: (WT-359) Property resultfile cannot be set

Michael Siepmann (JIRA) Michael Siepmann (JIRA)" <noreply@canoo.com
Wed, 5 Dec 2007 11:39:27 +0100 (CET)


Property resultfile cannot be set
---------------------------------

         Key: WT-359
         URL: http://webtest-community.canoo.com/jira/browse/WT-359
     Project: WebTest
        Type: Bug

    Reporter: Michael Siepmann


Even if I set the property resultfile to a different file, the only resultfile is WebTestReport.xml. I can not create a HTML-File, like result.html as described in the documentation.

This is the configuration:

<config host="${config.host}"
                 port="${config.port}"
                 basepath="${config.basepath}"
                 summary="${config.summary}"
                 saveresponse="${config.saveresponse}"
                 resultpath="${config.resultpath}"
                 resultfile="result.html"
                 haltonfailure="${config.haltonfailure}"
                 protocol="${config.protocol}"
                 showhtmlparseroutput="${config.showhtmlparseroutput}"
         >

but only a WebTestReport.xml is created.
This file is created for every test in a different folder. I need one resultfile for all tests. This can be HTML or XML, which i can transform to HTML in a following step.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira