-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
assert http response body against files #48
Comments
That's currently not possible. I'm working on implementing it though :) |
It would also be great to use this local-file "thing" as a request body, not as an response assertion only feature. |
any progress on this feature? |
@staabm Implemented now. Waiting for reviews, merge, and release. Should happen in the next couple of weeks I would say. |
/cc @iamluc |
thx for noticing. how to install the current dev-build? I am still getting the 1.7.0 build via |
is it also supported to provide the request body with this feature? in curl e.g. I am using:
|
I wasnt able to find a example which shows how it is possible to assert a expected http response body against the contents of a local file.
I imagine something like
IMO this would enhance readability of my test-scenario file, as I dont have huge blobs of html in them (and maybe might even allow me to generated the expected http response body using other tools)
Is this kind of operation supported?
The text was updated successfully, but these errors were encountered: