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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test integrations with (imaginary) 3rd party REST #157

Open
goldbergyoni opened this issue Jul 5, 2022 · 1 comment
Open

Test integrations with (imaginary) 3rd party REST #157

goldbergyoni opened this issue Jul 5, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@goldbergyoni
Copy link
Contributor

馃幆 Goal: - Our example code is making a REST call outside to a 3rd party. This meant to show a typical case where our code has integrations. Integrations are a potential risk for bugs - what if our code mistakenly is not making a call? What if the payload is wrong? What if upon failure no log is triggered? All of these should be tested in our component tests!馃挭

馃 Things to consider:

@goldbergyoni goldbergyoni added the good first issue Good for newcomers label Jul 5, 2022
@goldbergyoni goldbergyoni changed the title Showcase how to test integrations Test integrations with (imaginary) 3rd party REST Jul 6, 2022
@yohai-zv
Copy link

yohai-zv commented Jul 6, 2022

I'll start working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants