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
I run always the same class but I want to distinguish the class from the properties.
But in post integration test still property 'target' is visible.
Thus in this case, instead of install and uninstall, we have install twice.
I expected that for each execution separate properties are passed.
A bit like for surefire plugin and failsafe plugin which allow to configure these also separately.
Maybe this is not a bug and one has to use arguments instead.
Still then in documentation, there shall be a hint on that configs can be used globally
or per execution, but then not system properites.
The text was updated successfully, but these errors were encountered:
I use the plugin in build as follows:
I run always the same class but I want to distinguish the class from the properties.
But in post integration test still property 'target' is visible.
Thus in this case, instead of install and uninstall, we have install twice.
I expected that for each execution separate properties are passed.
A bit like for surefire plugin and failsafe plugin which allow to configure these also separately.
Maybe this is not a bug and one has to use arguments instead.
Still then in documentation, there shall be a hint on that configs can be used globally
or per execution, but then not system properites.
The text was updated successfully, but these errors were encountered: