Compare to Mocks Server #1890
Closed
monolithed
started this conversation in
General
Replies: 1 comment
-
Hey, @monolithed. Here are my initial thoughts after browsing through the Mocks Server docs (not sure why you mention "Service Mocker"—that's a different library):
Those are the main differences. As much as I'd like to feature comparisons with a lot more libraries out there, I find it to be counter-productive to the reader of our docs. Even existing comparisons can apply to a lot of tools you find in the wild because approaches to API mocking aren't that drastically different in their core. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like someone to add a comparison with Service Mocker. It has a very simple declarative API. When I was choosing a solution for working with mock objects, I stopped my choice on it because I didn't even need to read the documentation to figure out how to use it. The onboarding process took less than a minute. It's a matter of personal preference, but I personally really like how they decomposed the API calls for variant collections and supported OpenAPI.
Beta Was this translation helpful? Give feedback.
All reactions