How to add externally captured requests and responses? #220
Unanswered
lalitpagaria
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Thanks for the interest @lalitpagaria! To capture the mocks we can :
I think what's missing is that to use the mocks, you would need a python SDK (assuming you're testing a python app). The mocks are generated as yamls, and there has to be some python code which would read the yamls and use them to mock the outgoing calls during tests. Please correct me if I misunderstood the use case. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Adding another https://mitmproxy.org/ which have Python API as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First thank you for such a nice tool.
Mainly I liked the idea about identification of noisy fields and generating mock test accordingly.
I would like to use this capability to generate mock tests for our open-source tool: Obsei.
We have lot of external integrations and like to mock them for testing purpose. Hence like to generate mocks programmatically as follows in github actions (till Keploy have python SDK)
Pardon my ignorance about project and for this naïve query :)
Beta Was this translation helpful? Give feedback.
All reactions