Hacker News new | ask | show | jobs
by tomakehurst 2841 days ago
More generally, it's useful for mobile development in the following scenarios:

* The back-end API you depend on isn't ready yet

* The back-end test server is slow, flakey etc.

* You want to test scenarios you can't easily make happen on demand like slow responses, 503 errors, dropped connections etc.

Worth mentioning that even if you're not driving WireMock from Java (or another language binding), you can run it on your laptop or a server from a bunch of JSON files. This makes it usable with e.g. iOS apps.

Alternatively you can use https://www.mocklab.io, which is 100% compatible, but hosted, has a UI etc.