Hi Michael,

the webtest report is generated just by listening to the execution of a
webtest therefore only what is between <webtest> and </webtest> can be
registered.

Marc.

Michael Habbert wrote:
> Hi Marc,
> 
> actually I thought there is a xml-tag recognized by webtest
> like(<description>:
> 
>     <target name="createcontractor">
>         <property name="webtest.resultfile"
> value="summary-createcontractor.xml" />
>         <description>
>             First of all create a contractor.
>             We create 3 contractors and delete the second one.
>         </description>
>        
>         <!--echo message="${http.proxyHost}" /-->
>         <testSpec name="chewi create auftragnehmer">
>           &config;
>           <steps>
> [...]
> 
> I thought the body of this tag would be shown in the report-summary.
> Somehow I thought I read somethink on the mailinglist, didn't I?
> 
> Michael
> 
> Marc Guillemot wrote:
>> Hi Michael,
>>
>> what do you mean with documentation block?
>>
>> The report contains only information from <webtest>.
>>
>> Have you already tried <testInfo>?
>> http://webtest.canoo.com/webtest/manual/testInfo.html
>>
>> Marc.
>>
>> Michael Habbert wrote:
>>> Hi all,
>>>
>>> recently I started to add a documentation-block at the top of each
>>> webtest-xml-file while I was thinking it will show up somehow on the
>>> webtest-report(summary.html). But It doesn't, right? Or did I
>>> misunderstand something, missed a configuration-option?
> [...]
> 

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to