Skip to content

Add consumer contact details to pact file #34

@bethesque

Description

@bethesque

Originally suggested here: https://github.com/realestate-com-au/pact/issues/116

Perhaps:

Pact.consumer "Foo consumer" do

  supported_by "Foo Team on Level 3", with_email_address: "team@foo.com"

  has_pact_with "Foo provider" do
  end
end
"consumer": {
    "name": "Foo consumer",
    "supportName": "Foo Team on Level 3",
    "supportEmailAddress": "team@foo.com"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions