c# - Writing Custom HTML Logs -


my coded ui test configured output of test automatically produces html log file, instructions doing can seen here.

is there way customize html log or make own html logger mine used produce log instead? instance default html log shows assert events if fail. assert events shown if don't fail.

i use default html logger base need, i'm not looking solution such create own output messages during test create html file these messages myself.

update: looks .html file written c:\program files (x86)\microsoft visual studio 11.0\common7\ide\qtagent32_40.exe if helps @ all...

the instructions say:

with modifications qtagent32.exe.config file in place, when run coded ui test see there output link in test explorer results. log files produced not when test fails, successful tests when trace level set “verbose.”


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -