Forum Discussion
Hi Adrie,
You're not the only one experiencing this problem. I've encountered the same issue and no matter what I try, the -t argument is being ignored by the testrunner :(
I also did not find any solution on the Smartbear forums or via Google. Did you manage to find any solution for this?
Hi MV,
It is a real bug. I spent quite some time on debugging soapui and I think something is wrong with the order of the different kind of initializations that are taking place. Apearantly, the developers don't read this forumk.
Finally I decided to let it alone and use a workaround, which is: create a soapui-settings.xml with the required proxy settings and overwrite the existing settings before I call the testrunner. When I dont't want to use the proxy, I simply delete the settings and the testrunner will then create it again with the default values.
Regards,
Adrie
- MV10 years agoNew Contributor
Thank you for the update and possible workaround. To bad that there isn't a proper solution for this yet. I will probably also use the workaround of replacing the default settings.xml via a batch file or something before executing the tests.