pact-stub-server
                                
                                 pact-stub-server copied to clipboard
                                
                                    pact-stub-server copied to clipboard
                            
                            
                            
                        Consistently Behavior between PACT FFI and stub server
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