Getting started
info
The terms mocky
and client
are used interchangeably throughout the documentation. They both refer to the instance of the Mocky Balboa client. See client guide for more information on the client.
There are two components to Mocky Balboa. The first is the server integration, which is responsible for intercepting outbound http requests and mocking the responses. The second is the client integration, which is responsible for resolving the mocked responses across the stack.
There is first-class support for popular frameworks and tools, but you can also write your own integrations.
- Server: The integration with your server framework
- Client: The integration with your browser automation framework
Check out the guides below to get started in your framework.