-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add capability to log request details #33
Comments
Well, not yet, but that’s something that I could implement (logging requests). Consider it done! Thank you for the suggestion. |
Added in ab5ebf6 @bheemreddy181, your feedback please? It works exactly the same as for response details, but there's an extra option to just print the endpoint. Here's the docs: https://github.com/basdijkstra/rest-assured-net/wiki/Usage-Guide#logging-request-details If you're happy with this, I'll probably create a 1.2.0 release tomorrow for you and others to test and use. |
do we need to add multiple log.all one for request and one for response ? @basdijkstra |
Yes. |
Sounds good to me. |
Can we log both requests and response for the log function ?
The text was updated successfully, but these errors were encountered: