InterviewSolution
Saved Bookmarks
| 1. |
Define How To Generate Cucumber Execution Reports ? |
|
Answer» We can USE the following COMMAND to GENERATE html reports. –format html –out report.html –format pretty We can use the following command to generate html reports. –format html –out report.html –format pretty |
|