Skip to content

Commit cab9351

Browse files
authored
Update README.md
1 parent fa55142 commit cab9351

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ For each request in the test collection being executed, Postman first runs pre-r
3636

3737
Let's use the following example:
3838
```
39-
- Collection
39+
- Collection [pre-request|test]
4040
|
41-
- Folder A
41+
- Folder A [pre-request|test]
4242
|
43-
- Folder B
43+
- Folder B [pre-request|test]
4444
|
45-
- REQUEST X
46-
- REQUEST Y
45+
- REQUEST X [pre-request|test]
46+
|
47+
- REQUEST Y [pre-request|test]
4748
```
4849

4950
Assuming that all folders and requests have pre-request and test scripts, the execution will go like this:

0 commit comments

Comments
 (0)