ContributionsMost RecentMost LikesSolutionsRe: Testrunner and proxy settings It does work via the settings.xml file. It would be nice if you could also specify proxy via the command line, makes CI/CD a bit easier. Testrunner and proxy settings I cannot seem to get testrunner.sh to run through a proxy set through the command line. It works when set in the settings.xml file, but not as an arguement. Example: ./testrunner.sh -Dhttp.proxyHost=myproxy.com -Dhttp.proxyPort=8080 ~/Desktop/tiredful-soapui-project.xml This just ignores the proxy arguments. Am I missing something? Thanks. SolvedTestRunListener.beforeRun triggered multiple times I have the exact same issue as this post with my custom plugin: https://community.smartbear.com/t5/API-Functional-Security-Testing/Event-quot-TestRunListener-beforeRun-quot-triggered-multiple/td-p/111341 I have only 1 functional test with 1 request. I am using the Sample template to get started and I keep getting multiple beforeRun and afterRun events. Why is this happening? The solution does not make sense to me that was posted. Thanks Solved