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 b5b50cf commit 83a72ddCopy full SHA for 83a72dd
README.md
@@ -50,19 +50,6 @@ newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json"
50
-e "postman/Development Environment.json"
51
```
52
53
-### 3. Run with Allure Report (Optional)
54
-
55
-```bash
56
-npm install newman-reporter-allure allure-commandline
57
58
-newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" \
59
- -e "postman/Development Environment.json" \
60
- -r allure
61
62
-allure generate allure-results --clean -o allure-report
63
-allure open allure-report
64
-```
65
66
---
67
68
## 🌐 API Under Test
0 commit comments