My question: I can’t get snapshot testing to work for me. I’ve taken the snapshot response, I’ve created a mock server with that response. What should my test script look like? Is there a pre-requisite step?
Thanks for the reply, but my goal is to validate the json schema and not only the status code. It seemed like snapshot testing is the key. I know how to make a snapshot and create a mock server with that snapshot, but not sure on how the test script is written in order to validate the json schema.