Skip to content

Commit a5737f5

Browse files
authored
Update README.md
1 parent 5bdd0e3 commit a5737f5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ utils.test.neutral(pm, utils.name(pm, null, i++), function() {
250250
## Data validation functions
251251
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:
252252

253-
* [Response validation functions](#response-validation-functions)
254-
* [Property validation functions](#property-validation-functions)
255-
* [String validation functions](#string-validation-functions)
253+
* [**Response validation functions**](#response-validation-functions)
254+
* [**Property validation functions**](#property-validation-functions)
255+
* [**String validation functions**](#string-validation-functions)
256256

257257
## Response validation functions
258258
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.
597597
You can use your own custom trace levels higher than level 2.
598598

599599
Trace functions belong to the `utils.trace` namespace and are divided into two groups
600-
* [Trace initialization](#trace-initialization)
601-
* [Trace logging](#trace-logging)
600+
* [**Trace initialization**](#trace-initialization)
601+
* [**Trace logging**](#trace-logging)
602602

603603
### Trace initialization
604604
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:
@@ -727,3 +727,6 @@ utils.skip(pm, "User-Get-Positive-ById");
727727

728728
## Miscellaneous functions
729729
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.
730+
731+
## Resources
732+
* [**Online Chai Assertion Tester**](https://jsfiddle.net/alekdavis/Lsg1uj27/)

0 commit comments

Comments
 (0)