Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] How do I modify the output of the headless run?

Hi,

I am running a headless build according to the steps mentioned at http://wiki.eclipse.org/SWTBot/Ant

When I run my test case, I have the  performance information( server time, DB time and client time). I want this information to be shown on the final report.

 

How can I achieve that?

 

I see that the formatter given as a parameter has a method to print the system-out. However, in my test case (which annotated with @Test ) I don’t have access to the formatter.

Thanks,

Saurabh


Back to the top