SKoneru
12 years agoContributor
Provide additional API support in JunitReport file
HI,
I am writing a custom JunitReportCollector. I was able to display the message when in case the test case failed.
But was not able to display message when the test case is "SUCCESS".
For this I think the framework should provide an additional API in JunitReport class that takes message.
https://github.com/SmartBear/soapui/blo ... eport.java
In case of success we now have only one API addTestCase(String name,long time); but there should be an API that takes message and display the message, something like addTestCase(String name, long time, String message).
This will help me to display report with test steps when in case the test case is SUCCESS.
This will be really helpful.
Please provide any other suggestions just in case.
I am writing a custom JunitReportCollector. I was able to display the message when in case the test case failed.
But was not able to display message when the test case is "SUCCESS".
For this I think the framework should provide an additional API in JunitReport class that takes message.
https://github.com/SmartBear/soapui/blo ... eport.java
In case of success we now have only one API addTestCase(String name,long time); but there should be an API that takes message and display the message, something like addTestCase(String name, long time, String message).
This will help me to display report with test steps when in case the test case is SUCCESS.
This will be really helpful.
Please provide any other suggestions just in case.