|
|
|
|
|
by jonknee
2928 days ago
|
|
https://netflix.github.io/pollyjs/#/README Why Polly? Keeping fixtures and factories in parity with your APIs can be a time consuming process. Polly alleviates this by recording and maintaining actual server responses without foregoing flexibility. * Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
* Use Polly's client-side server to modify or intercept requests and responses to simulate different application states (e.g. loading, error, etc.). |
|