Testing disruption?

How can i “test” how my app responds to disruptions? The Unified API only seems to return ‘live’ data - so do i have to quickly run back to my laptop when there’s a disruption to test? or is there a ‘test’ API with some pre-defined disruptions that i can use?

Welcome @robal

that’s basically it.

1 Like

:frowning_face: that’s pretty crap

What you could do is save a JSON response when there is a disruption and feed that into your code instead of the API data, when you want to test something.

1 Like