pact-stub-server icon indicating copy to clipboard operation
pact-stub-server copied to clipboard

Consistently Behavior between PACT FFI and stub server

Open HuiSou opened this issue 1 year ago • 1 comments

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

  1. Given a big contract files, stub server performs poorly, making tests gettting flaky due to api provider timeout image image image

  2. 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

HuiSou avatar Aug 30 '24 04:08 HuiSou