You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the images used in the integration test phase, there is no reason to pass al information about images to maven manually, thats what the image coniguration of the plugin is for, let's use it more efficiently.
define images inside the pom, so we don't have to provide repo.name + repo.port + image.name. Together with #30 the only thing that should be available to pass via mvn … is image.tag and image.alias
For the images used in the integration test phase, there is no reason to pass al information about images to maven manually, thats what the image coniguration of the plugin is for, let's use it more efficiently.
define images inside the pom, so we don't have to provide
repo.name
+repo.port
+image.name
. Together with #30 the only thing that should be available to pass viamvn …
isimage.tag
andimage.alias
Should run IT on a single image, by default
should run the IT test on all images defined in the pom in parallel, with randomly assigned external ports.
The text was updated successfully, but these errors were encountered: