1.

What Are The Steps To Generate A Report In Cucumber?

Answer»

We run the following command to produce HTML REPORTS.

CUCUMBER <featurename&GT;.feature --format html --out report.html --format PRETTY

We run the following command to produce HTML reports.

cucumber <featurename>.feature --format html --out report.html --format pretty



Discussion

No Comment Found