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
small addition - one can actually specfiy the settings as parameter to the agent call..
"It is possible to send in the metasettings.xml path to the agent.exe so that it points to another metasettings.xml file. That’s the way it is done in the product. It can be sent in via the cmd line param: “/metasettingpath=” at the end of the call to the agent.exe." - the cool thing is we have a workspace directory ... so this could / should be rather easy
by default : they are picked up from
“%TRICENTIS_ALLUSERS_APPDATA% TRICENTIS\TOSCA Testsuite\7.0.0\Settings\XML\Settings.xml”
Then it's much better, the idea will be to generate in runtime a MetaSettings pointing to the per execution generated Settings.xml and pass it as an argument on the Tricentis.Automation.Agent.exe
Tosca Automation Object does not transport Custom Project settings, making some tests fails.
To fix this we need to export XML File from the workspace with the format of the settings.xml and put it in the "default path".
Ideally will be nice to know if it's possible to inject custom settings.xml path for the Tricentis.Automation.Agent.exe
The text was updated successfully, but these errors were encountered: