Update EE contract tests to follow new convention
What does this MR do and why?
The conventions were updated as part of #380899 (closed) so we need to update the ee tests as well. The following changes will be made to the ee test.
- Updates all consumer name to use plural (for example,
MergeRequests#show
instead ofMergeRequest#show
) - Updates the subfolders to use the plural form (for example,
specs/project/pipelines
instead ofspecs/project/pipeline
) - Updates the contract location to match the new plural subfolder naming scheme.
- Updates the
pact_helpers
to match the provider name. - Updates the provider names to keep capitalizations consistent.
- Use script that determines the Pact Broker url and the local contract path.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Richard Chong