Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for custom project settings (e.g. sync timeout) etc.. #47

Open
segator opened this issue Jan 27, 2022 · 2 comments
Open

Add Support for custom project settings (e.g. sync timeout) etc.. #47

segator opened this issue Jan 27, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@segator
Copy link
Collaborator

segator commented Jan 27, 2022

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

@clemensutschig clemensutschig changed the title support for custom project settings Add Support for custom project settings (e.g. sync timeout) etc.. Jan 28, 2022
@clemensutschig
Copy link
Contributor

clemensutschig commented Jan 28, 2022

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”

@segator
Copy link
Collaborator Author

segator commented Jan 28, 2022

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

@clemensutschig clemensutschig added the enhancement New feature or request label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants