Hi All, 
I've successfully integrated JMeter and Cruise Control by using JMeter Ant
Task according the steps described on
http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php.  I also
create the JMeter HTML report using "jmeter-results-report_21.xsl" found in
the "extras" folder in the JMeter install dir. like
<jmeter    jmeterhome="c:\jakarta-jmeter-1.8.1"   
testplan="${basedir}/loadtests/JMeterLoadTest.jmx"   
resultlog="${basedir}/loadtests/JMeterResults.jtl"/>
<xslt    in="${basedir}/loadtests/JMeterResults.jtl"   
out="${basedir}/loadtests/JMeterResults.html"   
style="${basedir}/loadtests/jmeter-results-report_21.xsl"/>
** I'm successfully able to create the HTML report and able to view it in my
browser. 
* I've configured the XML output file generated by JMeter to be merged with
the CC log file (also XML). 

Here's where I get stuck.  I'm able to run my tests using CC but I can never
get it to display the JMeter reports on CruiseControl test results tab.  Any
ideas? 

Thank you so much.
-- 
View this message in context: 
http://www.nabble.com/How-to-display-JMeter-reports-in-CruiseControl-test-results-tab-tp23944392p23944392.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to