Darlinton Prauchner
Darlinton Prauchner
Hi, I am looking for automated mock generation for functional testing, something like this: 1st request -> listen to the parameters, listen to the response, records on a file 2nd...
thanks @ianwsperber ! @moll - what I want is to be able to run functional tests without depending on other services (mocking them all); i can either generate the mocks...
I plan to commit the generated mocks with the code; and when the code changes, delete the affected mocks, let them be regenerated, and commit the new versions. We could...