devbridge/test-juggler

Create interceptor method to pause request for amount of time

Opened this issue · 2 comments

Would be nice to have interceptor that stops requests for some time and then releases it. Useful to test loading spinners etc.

created by ernestas.zekas@devbridge.com

Should be possible with: https://miragejs.com/docs/main-concepts/route-handlers/

by martynas.luneckas@devbridge.com

Maybe some throttling settings could help. Investigation needed.
https://fdalvi.github.io/blog/2018-02-05-puppeteer-network-throttle/

by ernestas.zekas@devbridge.com