testng-team / testng-googlecode

DEPRECATED: Automatically exported from code.google.com/p/testng
0 stars 0 forks source link

Reporter#log() method is not adding logged messages under perticular <test-method> level in generated testng-results.xml file #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In any config method use Reporter#setCurrentTestResult() method to set
particular test and then call Reporter#log() method with some message.
2. After completion of TestNG suite, open generated testng-results.xml in
text editor.

What is the expected output? What do you see instead?
The logged messages (<reporter-output> node) should appear as a child node
of specific <test-method> node.
Presently all the logged messages, called from any config method are
collected together and added as top level node of root.

What version of the product are you using? On what operating system?
5.10Beta on Windows XP

Please provide any additional information below.
In generated HTML report this feature works properly and logged messages
are shown under specific test method.

Original issue reported on code.google.com by pvshew...@gmail.com on 11 May 2009 at 12:53

GoogleCodeExporter commented 9 years ago
Any possibility of getting this addressed?  I'm a user of Cuanto 
(http://docs.codehaus.org/display/CUANTO/Cuanto) which I really like for 
historical testcase management, but due to reporter output not getting 
correctly written as XML, there's a limit to how cuanto could import this data.

Original comment by jleco...@gmail.com on 9 Aug 2010 at 11:55

GoogleCodeExporter commented 9 years ago
Hi @all!
It would really be the killer feature for us!
Please fix it soon! :-)
THX!!!

Original comment by wir_hier...@yahoo.de on 27 Oct 2010 at 11:34