-
-
Notifications
You must be signed in to change notification settings - Fork 351
Adding support for status code matching #1600
Copy link
Copy link
Open
Labels
enhancementIndicates new feature requestsIndicates new feature requestsgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributorshelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requesttriageThis issue is yet to be triaged by a maintainerThis issue is yet to be triaged by a maintainer
Metadata
Metadata
Assignees
Labels
enhancementIndicates new feature requestsIndicates new feature requestsgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributorshelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requesttriageThis issue is yet to be triaged by a maintainerThis issue is yet to be triaged by a maintainer
Checklist
Before making a feature request, I have:
Feature description
Kindly add support for status code matching . Refer -https://github.com/pact-foundation/pact-js/pull/1102/files where this work was already going.
Use case
We have requests returning 200 and 201 , and we do not necessarily want to add provider states, so having state matching will simplify contract tests for us