You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issues:
- [Boehringer-Ingelheim#62] Update CIService.exe.config file to automatically show test step folders in execution log
- [Boehringer-Ingelheim#61] Space in ExecutionList name causes FileNotFoundException error
- [Boehringer-Ingelheim#60] Limitation on the number of ExecutionLists that quickstarter can handle
* https://github.com/Boehringer-Ingelheim/toscaci/issues
Fixed issues:
- [#62] Update CIService.exe.config file to automatically show test step folders in execution log
- [#61] Space in ExecutionList name causes FileNotFoundException error
- [#60] Limitation on the number of ExecutionLists that quickstarter can handle
* add cloud id and make it verbose
* Update build.yml
Update build.yml including a new setting for the Tricentis Licence Cloud Server Id
* Update build.yml
Co-authored-by: bassagan <109663357+bassagan@users.noreply.github.com>
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>
The text was updated successfully, but these errors were encountered: