You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you help us getting over the challanges here?
The teams in my current company are now leveraging PACT for building a provider service for Automated UAT (using BDD) and discovered some friction regarding a mock server
Given a big contract files, stub server performs poorly, making tests gettting flaky due to api provider timeout
Given a mismatch request, PACT_FFI will throw an error indicate what's wrong while stub server will just return 404 without a clue
I've try migrating the PACT stub server to PACT_FFI on our Automated UAT test and this make thing more easier to debug and understand, and I believe that it would be better if pact mock can does the same thing
The text was updated successfully, but these errors were encountered:
Everyone,
Can you help us getting over the challanges here?
The teams in my current company are now leveraging PACT for building a provider service for Automated UAT (using BDD) and discovered some friction regarding a mock server
Given a big contract files, stub server performs poorly, making tests gettting flaky due to api provider timeout
Given a mismatch request, PACT_FFI will throw an error indicate what's wrong while stub server will just return 404 without a clue
I've try migrating the PACT stub server to PACT_FFI on our Automated UAT test and this make thing more easier to debug and understand, and I believe that it would be better if pact mock can does the same thing
The text was updated successfully, but these errors were encountered: