Hello Michael,

no worries .. I was also lost for some moments on this one ... what you need is to create another webtest task and call it the same way as you call a normal canoo test ... I attach an example .xml file ...

Cheers,

Dne Mon, 10 Sep 2007 23:11:55 +0200 Michael Clarage <[EMAIL PROTECTED]> napsal/-a:

How do I create a HTML report of the results of my tests?


Very sorry - as this seems too basic - but I have searched the
documentation as best I can



Regards,


Michael Clarage

CTO, Concentrica

781-890-1300





--
Karel Soupal
http://www.ework.cz
Software Testing Services and Solutions
<project name="SimpleTest" basedir="." default="main">
   <taskdef file="i:\webtest\webtestTaskdefs.properties">
      <classpath>
         <fileset dir="i:\webtest" includes="**\lib\*.jar" />
      </classpath>
   </taskdef>
   <target name="main" description="formats the xml result file using the xslt">
     <tstamp>
      <format property="report.time" pattern="dd.MM.yyyy HH:mm" locale="en"/>
     </tstamp>
        <style
            basedir="_testresults"
            destdir="_testresults"
            includes="ework_result.xml"
            force="true"
            extension=".html"
            style="_testresults/WebTestReport.xsl">
            <param name="reporttime" expression="${report.time}"/>
            <param name="title" expression="${ant.project.name}"/>
        </style>        
   </target>
</project>

Reply via email to