This plugin dependent on noserunner and convert the test result into xml format.
The command-line same as noserunner.this plugin is enabled by default.
Such as:
python runtest.py --cycle 3
The result will be convert to xml format in the nose_report.xml
The code of the plugin is the xmlreportplugin.py file.