Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New prank: Add circuit breaker by intercepting external services and 'damage' the response #23

Open
goldbergyoni opened this issue Feb 10, 2019 · 0 comments
Labels
enhancement New feature or request strategic

Comments

@goldbergyoni
Copy link
Owner

Why: Sometimes the API we work against (in-house microservice, external providers) are flakky and might not response or response badly. This prank would allow testing how our app will cope with this

How: By HTTP intercepting calls, or some of them, and altering the response. We might use nock for that or other relevant libraries

@goldbergyoni goldbergyoni added enhancement New feature or request strategic labels Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request strategic
Projects
None yet
Development

No branches or pull requests

1 participant