<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Reporters</title><link>https://sourceforge.net/p/bubik/wiki/Reporters/</link><description>Recent changes to Reporters</description><atom:link href="https://sourceforge.net/p/bubik/wiki/Reporters/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 09 Feb 2012 18:44:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bubik/wiki/Reporters/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Reporters modified by Bartek Wilczek</title><link>https://sourceforge.net/p/bubik/wiki/Reporters/</link><description>Reporters are a mechanism that is responsible for presenting test execution results. So far the following reporters are provided:

* console - displays information on console (default)
* db - logs information in to DB defined in const: reporter_db.dsn. Results saved in DB can be then seen in web interface
* excel - an Excel XML file with the results is created in current working directory
* junitxml - an XML file in jUnit output format is created in current working directory

Multiple reporters can be used for one test execution. Examples:

    # use console reporter as default one
    bubik -tMyTest

    # use console reporter declared implicitly
    bubik -tMyTest -rconsole

    # using multiple reporters
    bubik -gsanity -rdb,console,excel

Internally reporters are classes implementing Listener interface.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek Wilczek</dc:creator><pubDate>Thu, 09 Feb 2012 18:44:11 -0000</pubDate><guid>https://sourceforge.neta234a97bc58dbd088b3f90d0536fbff8da3dac40</guid></item></channel></rss>