microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
471 stars 56 forks source link

Extend generic random errors with request matching #818

Closed waldekmastykarz closed 2 months ago

waldekmastykarz commented 2 months ago

Let's extend generic random errors with request matching. This will allow more granular control over the random errors, and make it easier to simulate relevant random errors for different endpoints on the same API. We should align it with mocks for consistency.