Investigate using Maven Failsafe Plugin for integration tests #361
sleberknight
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The project currently uses build-helper-maven-plugin to add the
src/itest/java
directory to the test sources during the Mavenprocess-resources
phase.Since these are integration tests, perhaps it would be better to use the Maven Failsafe Plugin. In that case, maybe we could change so that Consul is started once for the entire suite of integration tests. Whether this makes sense will require more investigation, e.g. do some integration tests start Consul with different properties?
Beta Was this translation helpful? Give feedback.
All reactions