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
MockService holds a mutable array of Interactions. When tests are run, mockService gets re-instantiated for each of the tests and nullifies the array. When sending it to PactSwiftMockServer to verify and write the Pact contract, any previously run tests are lost.
🌎 Environment
💬 Description
When running Pact tests, the generated Pact contract only contains one interaction.
🦶 Reproduction Steps
Steps to reproduce the behavior:
🤔 Expected Results
Generated Pact contract contains all the interactions
😲 Actual Results
Generated Pact contract contains only one interaction
🌳 Logs
See Pact-iOS-Spec2-Example project and test run at step:5:67.
📄 Stack Traces
🤝 Relationships
The text was updated successfully, but these errors were encountered: