-
`Pact::Consumer::AppManager.instance.ports_of_mock_services` probably only returns instances it has itself started up.
-
The pact standalone does not appear to support the * in JSON path. It does when we explicitly enumerate the items in an array.
*Sent* - working
Here is what I send to the stand alone:
`{
…
-
Hi, I have simple provider test
```@RunWith(PactRunner.class)
@Provider("OpenApi")
@PactFolder("target/pacts")
public class OpenAPIProviderTest {
public OpenAPIProviderTest() throws MalformedU…
-
Hi,
I am trying out `Pact` as an exploration project, and right now, I am facing issue to publish the verification result to the `broker` using `gradle plugin`. You can refer to [my demo repo](http…
-
I implement provider tests for an API using QueryStrings on DELETE http method. The requests library would support that and I locally test that it would work when adding the use of query from the pact…
-
Usually I end up wrapping the test script with something that clears out the `pacts` folder - it would be great if we could do this automatically.
-
It would be great to be able to install Pact CLI tool(s) using common packaging and distribution formats, e.g.
* `gem install pact`
* For MacOSXX `brew install pact`
* For Linux / Other `curl -sS…
-
There are currently no tests around the API. This makes refactoring dangerous or expensive. We should add some tests to avoid this cost.
-
Currently, plugin logs to standard output are captured and logged via the calling frameworks logging. This can make it hard to separate from normal logs and pact logs, esp at trace level.
> For me …
-
Hello There,
We are using `pact-jvm-consumer-junit_2.11 v3.4.1`
We observed that when we remove a pact(RequestResponsePact) from an existing pact test, the changes are not reflected in the gener…