Verify pactUri with array of tags
See original GitHub issueCurrently it’s only able to very single tag (i.e. master or latest tags) as below.
new PactVerifier(config) .ProviderState($"{PactServiceUri}/provider-states") .ServiceProvider(ProviderName, ProviderUri) .HonoursPactWith(ConsumerName) .PactUri($"PactUtilities.PactBrokerCloud}/pacts/provider/{ProviderName}/consumer/{ConsumerName}/master").Verify();
It would be great if we can pass multiple tags without iterating the above script.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Verifying Pacts | Pact Docs
Specify the consumer version tags for the pacts you want to verify # Simple config - a list of tag names # This...
Read more >pact: validate that an array contains a matching hash
I want to validate that in the array, there is a hash that has "key":"meaningful" , and that the data hash in that...
Read more >Get posts that match defined arrays of tags
1 Answer 1 ... This should be achievable with a taxonomy query, like this: $query = new WP_Query( [ 'tax_query' => [ 'relation'...
Read more >Find a tag within an array - World Creation
I've tried “component has tag” and “contains” to no avail. I believe the issue is that the loop checks each thing that is...
Read more >Tags and Postgres Arrays, a Purrrfect Combination
First we have to go into the tags table to make an array of tag_id entries that correspond to our tags. Then we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
By bad, I mean that creates an overload function of PactUri.
Yes, it will both support
Yes, it’s manageable. I’ll start working on that when as soon as I can. Thanks Neil.
v4.0 will support multiple tags