
24 Jan
2010
24 Jan
'10
11:21 p.m.
Charles Solar <redcomet87 <at> gmail.com> writes:
I was wondering if there is some mechanism I can write up that will allow me to log the test name at the beginning and end of the test
Just set --log_level=test_suite. If necessary you can also implement custom log formatter. Also note that latest version of the framework support --log_sink=<file-name>. Gennadiy