Hey team
I have another question, about the execution orders of different states in Pact during verification.
I met this scenario: saving the object by POST first, and then reading back the values from the appropriate GET request. I just ordered them with 'save' first then 'query'.It seems works in Pact
But I still want a double check with you guys: are the use cases executed in strict accordance with the order in the pact?