Jenkins : WebTest Presenter Plugin

Plugin Information

No information for the plugin 'webtestpresenter' is available. It may have been removed from distribution.

This plugin publishes the reports generated by the Canoo WebTest tool for each build.
Note: the webtestpresenter plugin has only been tested with free-style project projects.

Description

This plugin simply publishes the reports generated by the Canoo WebTest tool http://webtest.canoo.com. It is assumed that the webtests are run during the build process. If the build succeeds, this plugin will then create a link to the Webtests from the build page.

Configuration

Configuration is rather straightforward: simply indicate where the Webtest results are placed by your build process: 
When a build has successfully run and the Webtest results have been generated, the plugin will create a link to the Webtest results in the build results page:

 

Clicking on the "Webtest Results" link will take you to the standard Canoo WebTests report pages.

Notes

If you wish to integrate the Webtest results into the standard "Test Result" charting, you will need to use Webtest version R_1657 or newer, which produces an overview report in junit-report format (WebTestOverview.junit.xml) that the junit report publisher can parse. However, this report currently only contains information on whether tests passed or failed, and how long the tests took. Therefore, this method is most useful in tracking test pass/fail trends, and can be useful when used in conjunction with the webtestpresenter plugin.

Version History

Version 0.23 (Jan 16 2010)

  • Update code for more recent Hudson.. requires Hudson 1.319 or newer.

Version 0.22 (Jul 14 2008)

Version 0.21 (Mar 16 2008)

  • Initial release.

Attachments:

webtest-presenter.png (image/png)
webtest-link.png (image/png)
hudson_problem.JPG (image/jpeg)