Forum Discussion
- nmraoChampion Level 3Aren't those settings saved in settings file?
- HarshaDevOpsOccasional Contributor
Hello nmrao
Yes, there are in settings file. We are running the headless Ready API in the docker container. Our QA Team Test Scripts have multiple end points and they are connected using a proxy. We want to pass our Settings.xml file with proxy defined rather than using the newly created one which will not have proxy .
The below command is not working as it is not able to find the project
/readyapi/ReadyAPI-2.5.0/bin/testrunner.sh "-t/readyapi/ready/soapui-settings.xml" sComponent_TestSuite "-ESIT1" /readyapi/ready/*.xml
- HarshaDevOpsOccasional Contributor
Hello nmrao
Yes, there are in settings file. We are running the headless Ready API in the docker container. Our QA Team Test Scripts have multiple end points and they are connected using a proxy. We want to pass our Settings.xml file with proxy defined rather than using the newly created one which will not have proxy .
The below command is not working as it is not able to find the project
/readyapi/ReadyAPI-2.5.0/bin/testrunner.sh "-t/readyapi/ready/soapui-settings.xml" sComponent_TestSuite "-ESIT1" /readyapi/ready/*.xml
- TanyaYatskovskaSmartBear Alumni (Retired)
Hi HarshaDevOps,
I'm not sure if wildcards are supported:
HarshaDevOps wrote:
/readyapi/ready/*.xml
Could you please specify the full path to the project?
You can find more information about command line arguments in this article:
https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html
Related Content
- 4 years ago
- 6 years ago
- 11 months ago