On 9/29/11 4:22 PM, the_zonker wrote:
Hi guys,

As my tests suite grew enough I've been started to use TeamCity CI to
get good dashboard functionality, test parallelization and scheduling.
To create tasks for tests are use Rake.

However I ran into an inconvenience - tests which are started by
TeamCity run in background mode. It means that browser (IE, FF) is not
visible. It seems that they are ran as a background Windows services
(yes, I'm using Windows).

For me it is important to see what tests are currently running etc.
Please help me to make my tests visible.

I appreciate any help.
Regards, Vadim


I have no idea about TeamCity; I can say that Hudson/Jenkins doesn't have this problem. It is not difficult though to redirect stdout of your tests into some log and then - just tail the log.

If you want to have a global logger dumping information about your executed tests, and you happen to use Cucumber,
Cucumber scenario hooks come to mind.

--
DK
Yahoo! Messenger: dk_root, ICQ: 1127441

--
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to