You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it easy to exercise timeout conditions and concurrency scenarios
which are otherwise notoriously hard to test - and a common source of bugs.
The text was updated successfully, but these errors were encountered:
First off thanks for this very useful shard! 🙇
Would it be possible add the option to sneak in
a sleep before the stubbed response is returned?
I'm thinking along the lines of:
This would make it easy to exercise timeout conditions and concurrency scenarios
which are otherwise notoriously hard to test - and a common source of bugs.
The text was updated successfully, but these errors were encountered: