You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: READ.MD
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,18 @@ newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.
13
13
```
14
14
15
15
# Installing Reporter Package for generating simple and advance HTML reports
16
-
16
+
```
17
17
install -g newman-reporter-html ( simple reports without formatting )
18
-
18
+
```
19
+
```
19
20
install -g newman-reporter-htmlextra ( advance html reports with formatting )
20
-
21
+
```
21
22
# Execution of testcase for report generation
22
-
23
+
```
23
24
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r html ( simple html report is generated with folder name newman )
25
+
```
24
26
27
+
```
25
28
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r htmlextra ( advance html report is generated with folder name newman )
0 commit comments