...
2. Enable the AddIn in the Rest API (server-side)
The following setting need to be added to C:\Program Files (x86)\Tricentis\Tosca Server\RestApiService\TCAPIRestServiceStandalone.exe.config:
...
3. Pre-execution approval is now enabled. Tosca Commander will display a message once the feature has been enabled.
...
Create Temporary File Storage Location for Dokusnapper Reports
Create a new folder in the file system. Make a note of the name and location.
Modify the “AttachmentPath” setting in C:\Program Files (x86)\Tricentis\Tosca Server\RestApiService\TCAPIRestServiceStandalone.exe.config so it reflects the location of the folder.
Example:
Code Block |
---|
<setting name="AttachmentPath" serializeAs="String">
<value>C:\Dokusnapper_Reports</value>
</setting> |