Html report not generating when datafiles has more than 100 rows

Hi all,

We have a problem. The problem is that when we excecute a test suite having only 1 test case but that test case has a datafile. so that test case iterates more than one hundred rows. the html report is not generating or it last hours to generate that report. does anybody solve this issue?
we are taking 20 screenshots for each iteration.

Thanks!

Hi
The problem is the amount of screenshots taken.
Katalon is unable to generate reports with such a high amount (2000+) of screenshots, you will have to reduce the number of screenshots taken in each iteration.

You will have to try what amount Katalon can handle, but I would suggest to reduce the total amount of screenshots <500.

1 Like

Thanks ! you are right !

i tried:

for (int i=0;i<2001;i++){
WebUI.takeScreenshot()
}

and the html report is not generating

Hi all,

Katalon Studio 7.0 will allow you to run test suite with data having more than 100 rows. This version will be available very soon. Please stay tuned.

In the meantime, you can refer to this Release Note for lists of new features and enhancement in the upcoming version.

1 Like