You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check if Bruno provides an option to perform schema check on the response object? I need this check to automate my tests.
My scenario is,
I have an expected schema which can be stored in a collection variable.
I run the API request and recieve a response, I want to check whether the expected response matches the received response.
Also there is one more scenario where I would want to delete some properties from the received response, such as creation date, created by etc. Is this possible using Bruno? I could not find the documentation for this.
If the above scenarios are feasible, could you please point me to the correct documentation.
The text was updated successfully, but these errors were encountered:
I wanted to check if Bruno provides an option to perform schema check on the response object? I need this check to automate my tests.
My scenario is,
If the above scenarios are feasible, could you please point me to the correct documentation.
The text was updated successfully, but these errors were encountered: