See the following project generated by Maven
target
classes
test-classes
src
main
java
scripts
resources
datasource-settings.xml
test
java
resources
datasource-settings.xml
I would like, when starting the test , to use the parameters found in test / resources / datasource-settings.xml instead of main / resources / datasource-settings.xml. Is it possible? If so, what should I do to achieve my goal?
source
share