Hi guys, I’m getting the following error running t...
# pact-js
m
Hi guys, I’m getting the following error running the provider tests, does that means that there is a failure even if it’s green?
Copy code
a request for all employeess
     Given Has some employees
    returns a response which
      has status code 200 (OK)
      includes headers
        "Content-Type" with value "application/json; charset=utf-8" (OK)
      has a matching body (OK)
m
How you you running the verification? Do you have
pending
enabled? docs.pact.io/pending
are there any additional logs?
m
it’s enabled enablePending: true,
m
that’s why it can “fail” but not fail your build
see the link above for more
t
Also, that doesn’t look like a failure
m
yep
We really need a little more info in these reports Moises. Without context, we are guessing. See howtorepro for the ideal case, but at the very least, is it a consumer/provider test, code snippets to show what you’re doing, log outputs would all go a long way to help