Skip to content

Commit 83a72dd

Browse files
committed
Remove optional Allure reporting instructions from README.md
1 parent b5b50cf commit 83a72dd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@ newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json"
5050
-e "postman/Development Environment.json"
5151
```
5252

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-
6653
---
6754

6855
## 🌐 API Under Test

0 commit comments

Comments
 (0)