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
Use data validation functions to check data returned by the HTTP response object. Data validation functions are grouped under the `utils.expect` namespace in three categories:
Response validation functions check the type of data returned in HTTP response. They are grouped under the `utils.expect.response` namespace and include:
@@ -597,8 +597,8 @@ Trace logs reflect both function start and end calls.
597
597
You can use your own custom trace levels higher than level 2.
598
598
599
599
Trace functions belong to the `utils.trace` namespace and are divided into two groups
To set the trace level (which will be stored in an environment variable for the duration of the test collection run), call one of the trace initialization functions from the test collection's pre-request folder (you only need to do this once). Trace initialization functions belong to the `utils.trace.set` namespace and include:
The undocumented functions and properties are intended for internal use and unless you want to extend or rewrite the framework, you should not care about them.
0 commit comments