Uladzislau Danilchyk

Results 5 issues of Uladzislau Danilchyk

Hi everyone! I would like to receive and process messages instead of commands. How to do that? Because in docs I found information about adding commands. But where I need...

I guess that I found bug which is related to fetching pacts from a Pact Broker with filters (selectors). Let's imagine that you have few consumers (e.g. ConsumerA, ConsumerB) in...

### Checklist Before making a feature request, I have: - [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js/issues?q=is%3Aissue) - [x] Checked the documentation to see...

enhancement

Language: `groovy` Used version: `au.com.dius.pact.consumer:groovy:4.1.19` `PactBuilder` has method `uponReceiving` which receives `requestDescription`. It's annotated that request description should be unique: ``` /** * Defines the start of an interaction *...

enhancement

Pact Broker java version used: `au.com.dius.pact.provider:junit5:4.2.13` While passing the property `pactbroker.url` instead of deprecated(host,scheme,port) I have the wrong output in logs (tests report): ``` Pact Broker http://null ...... ``` The...

bug