Hello,
I updated to Katalon 6.1.2 and now .har files aren’t receiving the correct index in their name. For example, before updating, the first .har file would be something like:
HAR: C:\Users…path_to_file…\main\0.har
and would increment by 1 for every request thereafter. Now, I’m only seeing:
HAR: C:\Users…path_to_file…\main\null.har
It appears that this same null.har file is getting overwritten with new information after every request.
-Thanks