Forum Discussion
Yariv_Amar
14 years agoContributor
i've found out that i can use this line to update the settings.
<settingsFile>${project.build.testOutputDirectory}/soapui/soapui-settings.xml</settingsFile>
but is there a better way just to override some settings?
all i want is to define the scripts folder, using the line above works fine but the settings.xml is too "big" and not so friendly for maintenance
<settingsFile>${project.build.testOutputDirectory}/soapui/soapui-settings.xml</settingsFile>
but is there a better way just to override some settings?
all i want is to define the scripts folder, using the line above works fine but the settings.xml is too "big" and not so friendly for maintenance
