Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
The custom report library path you have saved in preferences is saved in the settings file in the user folder named as soapui-settings.xml. When you run continuous integration make sure you have settings.xml file and the location set.
In the pom.xml add a plugin to specify the settings file to use,
settingsFile : Specifies SoapUI settings file to use
http://www.soapui.org/Test-Automation/maven-2x.html
To set the location in groovy.
Thanks,
Jeshtha
The custom report library path you have saved in preferences is saved in the settings file in the user folder named as soapui-settings.xml. When you run continuous integration make sure you have settings.xml file and the location set.
In the pom.xml add a plugin to specify the settings file to use,
settingsFile : Specifies SoapUI settings file to use
http://www.soapui.org/Test-Automation/maven-2x.html
To set the location in groovy.
com.eviware.soapui.SoapUI.settings.setString( "Custom Report Library", "C:\\");
Thanks,
Jeshtha