waynemmn
9 years agoContributor
Support Jar files not found.
I have multiple support java jar files in my ext directory that I referenced and used in groovy scripts.
When I run my tests within the SoapUI NG interface they are found just fine.
When I run my tests in the commandline like this.
directory: C:\Program Files\SmartBear\ReadyAPI-1.3.1\bin
command: cmd.exe /C testrunner.bat -r -a -j -fC:\CustomerGraph\Reports -R"TestSuite Report" -ECIT2 -tC:\Users\a6001269\soapui-settings.xml "C:\CustomerGraph\backup\CG Batch-soapui-project.xml"
I get all kinds of errors for not being able to reference the support jar files and their functionality.
What is the correct way to add in these support files?
Thank you.