Skip to content

Commit b5b50cf

Browse files
committed
Update README.md to correct installation command for Allure reporter
1 parent 7f4cc63 commit b5b50cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json"
5353
### 3. Run with Allure Report (Optional)
5454

5555
```bash
56-
npm install -g @apidevtools/swagger-parser allure-commandline
56+
npm install newman-reporter-allure allure-commandline
5757

5858
newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" \
5959
-e "postman/Development Environment.json" \

0 commit comments

Comments
 (0)