Skip to content

Mock calls dock

The Mock calls tab of the dock shows the requests the mock server receives while the scenario runs. It’s the reactive half of the Mock Studio: you see what your micros ask for and you complete it.

Each observed call, with its method and path. You can:

  • Filter by method or path.
  • Group identical calls (with a ×N counter).
  • See which variant responded to each one (or if there was no defined response).

When a call doesn’t have a defined response yet, you turn it into a stub with one click: MicroLab creates the endpoint in the Mocks section and takes you to edit it, without you having to search for it. It’s the flow that avoids the loop “look in logs → edit JSON by hand → relaunch”.

  • Clear calls discards the observed ones.
  • The mock URL button copies the mock server’s address to the clipboard.