Skip to content

Commit 8bcc4a0

Browse files
authored
Update README.md
1 parent ca998e1 commit 8bcc4a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ git clone https://github.com/[your_username]/postman-newman-public-api-automatio
1414
```bash
1515
npm install -g newman
1616
```
17-
5. Now, run the Public API postman collection using
17+
5. Go to the `postman-newman-public-api-automation` folder
18+
```
19+
cd postman-newman-public-api-automation
20+
```
21+
6. Now, run the test cases in Public API postman collection using
1822
```bash
1923
newman run "Public API.postman_collection.json" -g public_api.postman_globals.json
2024
```

0 commit comments

Comments
 (0)