Hello πŸ‘‹

This page will help you get started with Stubr. Within a few minutes you are going to be up and running with your first mocked systems.

What is Stubr?

Stubr is a flexibile mock server to stub third party APIs. It can answer API requests based on configured scenarios. Stubr is especially helpful during the development and testing of client applications, that rely on API integrations with services that may...

  • be under development themselves
  • don't expose the test data you need
  • are hard to be put into states that are required to implement and test certain frontend states (e.g. loading behaviour and response to edge cases like service outage)

Stubr allows for incoming request can be...

  • resolved automatically based on scenario validation functions
  • resolved manually via request interceptions
  • observed via Stubr's monitoring UI

What’s Next

Get started with installing the Stubr dependency