We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca998e1 commit 8bcc4a0Copy full SHA for 8bcc4a0
README.md
@@ -14,7 +14,11 @@ git clone https://github.com/[your_username]/postman-newman-public-api-automatio
14
```bash
15
npm install -g newman
16
```
17
-5. Now, run the Public API postman collection using
+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
22
23
newman run "Public API.postman_collection.json" -g public_api.postman_globals.json
24
0 commit comments