Here is the commandline and the logger output:
Code: Select all
/runconfig:LayoutBVT_SiteOnly /zipreport /zipreportfile:LayoutBVT_SiteOnly.rxzlog /rf:LayoutBVT_SiteOnly
Code: Select all
[2016/05/20 15:51:32.841][Debug ][Logger]: Console logger starting.
[2016/05/20 15:51:33.591][Info ][Test]: Test Suite 'StudioUITest' started.
[2016/05/20 15:51:33.826][Info ][Test]: Test Case 'SiteCreationTest' started.
[2016/05/20 15:51:33.841][Success][Test]: Test Case 'SiteCreationTest' completed with status 'Success'.
[2016/05/20 15:51:33.841][Success][Test]: Test Suite 'StudioUITest' completed with status 'Success'.
[2016/05/20 15:51:34.107][Debug ][Logger]: Console logger stopping.
1. Why is the runconfig not displayed in the logs? can I enable that somehow?
2. Can we get a commandline option /listconfigs? It's not really going to help here, but might just make eliminating other causes of trouble for someone else later.