Hi everyone, I have a JS file that looks to see how long it takes to load a webpage. Once the page loads it saves the result (time in ms) to a file. After looking at the Measurements Plugin I see its a extension to the Junit Test result post build.
currently my script writes to a file "time_load.xml" and writes the following for example: <measurement><name>Time (ms)</name><value>11352</value></measurement> When my build finishes it fails and this is the console output: Loading time 11352 msec Recording test results None of the test reports contained any result Build step 'Publish JUnit test result report' changed build result to FAILURE Finished: FAILURE Anyone have experience with this plugin or understand how to get this to work? https://wiki.jenkins-ci.org/display/JENKINS/Measurement+Plots+Plugin Thanks, Andrew -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
