-
Notifications
You must be signed in to change notification settings - Fork 248
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
HTTP/S reponse record and replay #75
Comments
Is this still planned? I think it'd be great for testing. |
Yes - it's under active development.
Keep an eye out for it this quarter.
…On Thu, Jan 19, 2017 at 10:19 AM bootstraponline ***@***.***> wrote:
Is this still planned? I think it'd be great for testing.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#75 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADI-Uz9eRpLjpAmFBCTNEWdB0lJVK6hks5rT6kegaJpZM4HjVnu>
.
|
Awesome! Thanks for the info. |
Is there an updated ETA? |
How should the keyGen() function be passed in? In the JSON config? Or in another modifier before it? |
An initial implementation is being worked on in the "caching" branch, for those interested. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide support for HTTP/S response record and replay
Users have asked for the capability to record responses from external services, and then to use those responses as a mechanism to stub out the external service during the execution of a test run.
Proposed Record Mode Workflow
Proposed Replay Mode Workflow
The text was updated successfully, but these errors were encountered: