Antonello Caboni
Antonello Caboni
@bethesque Do you think it should like this? ```json { "consumer": { "name": "Bar", "tags": "a_tag", "another_tag" }, "events": [{ "name": "contract_content_changed" }], "request": { } } } ``` Or,...
Hi @ertrzyiks On what hardware are you running the broker and the database?
@ertrzyiks Does the database run as a container on the same machine as the broker or is it a separate instance?
When I do clean-up using the blunt force script I have to do the last delete (delete versions) in batches, otherwise the query basically never ends. 😅
@anddreiu Which version of `pact-jvm` are you using? This side of things has been recently improved.
I've come across the same issue. It's impossible to checkViewport() does not work.
Thanks! I suspected it was the case. I know I can take a screenshot of the whole document, but I was hoping that I could ignore the header and footer...
Bigger than the view in both width and height do you mean?
That is exactly the use case I have in mind: an element that is taller than the viewport. This is how wdio-screenshot (at the moment not compatible with wdio v5)...
@bethesque We want to get the Prod version of a specific provider in order to be able to check out that version and run the provider tests in a webhook-less...