Skip to content

Commit 93131e3

Browse files
authored
Update READ.MD
1 parent 0d17581 commit 93131e3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

READ.MD

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.
1313
```
1414

1515
# Installing Reporter Package for generating simple and advance HTML reports
16-
16+
```
1717
install -g newman-reporter-html ( simple reports without formatting )
18-
18+
```
19+
```
1920
install -g newman-reporter-htmlextra ( advance html reports with formatting )
20-
21+
```
2122
# Execution of testcase for report generation
22-
23+
```
2324
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r html ( simple html report is generated with folder name newman )
25+
```
2426

27+
```
2528
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r htmlextra ( advance html report is generated with folder name newman )
26-
29+
```
2730

0 commit comments

Comments
 (0)