Boehringer-Ingelheim / toscaci

tosca command line tool and service that simplify tosca integration with Continuous Integration tools
Apache License 2.0
10 stars 7 forks source link

Update CIService.exe.config file to automatically show test step folders in execution log #62

Open melodymonterona opened 2 years ago

melodymonterona commented 2 years ago

Add in <sectionGroup name="userSettings" ...>

<section name="Tricentis.TCCore.BusinessObjects.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>

Add in <userSettings>

<Tricentis.TCCore.BusinessObjects.Properties.Settings> <setting name="ShowAllFoldersInExecutionLogs" serializeAs="String"> <value>True</value> </setting> </Tricentis.TCCore.BusinessObjects.Properties.Settings>

image

image