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
Currently the Shared Patterns functionality requires us to add the full correlationId. This is useful to e.g. test against a particular release.
However during heavy development on multiple feature branches we would like to take the latest patterns from develop or master branch without adding the full correlationId.
I would love to be able to add something like: -Dpattern=company-project-master-latest
instead of -Dpattern=company-project-master-149519161234
The text was updated successfully, but these errors were encountered:
Shared Patterns - added new parameter 'patternSuite' which
only requires the suite name instead of full correlation ID
- updated maven client plugin
- updated documentation
Currently the Shared Patterns functionality requires us to add the full correlationId. This is useful to e.g. test against a particular release.
However during heavy development on multiple feature branches we would like to take the latest patterns from develop or master branch without adding the full correlationId.
I would love to be able to add something like:
-Dpattern=company-project-master-latest
instead of
-Dpattern=company-project-master-149519161234
The text was updated successfully, but these errors were encountered: