How to generate excel reports in cucumber | Selenium Forum
S
sowndarya Posted on 07/02/2019

Hi Team,

 

Could you please help me in generating excel reports in cucumber


A
Ashish Thakur Replied on 08/02/2019

Are you asking for Extent Reports?

 

If yes, you can refer module 27 for this.


S
sowndarya Replied on 10/02/2019

Not extent reports, excel reports in xls.format. could you please help me


S
sowndarya Replied on 10/02/2019

In extent reports, how all the test results details are shown, similarly i am looking for all those details to be shown in .xls format.


A
Ashish Thakur Replied on 12/02/2019

In this case, you need to use your own logic the write the report according to your need.

You can write the data in the XLS file, where you usually write the command System.out.println();