We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to implement Pact V3 Specification support for Pact Ruby
Will be tagging and closing related v3/v4 issues, and linking to this meta issue
{ "match": "arrayContains", "variants": [...] }
{ "match": "statusCode", "status": "success" }
{ "match": "notEmpty" }
{ "match": "semver" }
{ "match": "eachKey", "rules": [{"match": "regex", "regex": "\\$(\\.\\w+)+"}], "value": "$.test.one" }
{ "match": "eachValue", "rules": [{"match": "regex", "regex": "\\$(\\.\\w+)+"}], "value": "$.test.one" }
{"expression": "/api/user/${id}", type": "ProviderState"}
{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We would like to implement Pact V3 Specification support for Pact Ruby
Current status
Required V4 Features
Implementation notes
Validation
V4 Related Issues
V4 Matchers
{ "match": "arrayContains", "variants": [...] }
{ "match": "statusCode", "status": "success" }
{ "match": "notEmpty" }
{ "match": "semver" }
{ "match": "eachKey", "rules": [{"match": "regex", "regex": "\\$(\\.\\w+)+"}], "value": "$.test.one" }
{ "match": "eachValue", "rules": [{"match": "regex", "regex": "\\$(\\.\\w+)+"}], "value": "$.test.one" }
V4 Generators
{"expression": "/api/user/${id}", type": "ProviderState"}
{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}
The text was updated successfully, but these errors were encountered: