Open prasanmgc opened 4 weeks ago
Hi @prasanmgc, thanks for posting your issue. When trying to reproduce it, we cannot map this action:
Console.log('\a\b\c")
Where and how you run this command? As it seems this is not a python command, and when using logging.info or print commands, we were not able to reproduce it.
Thanks!
@hrcorval First of all Apologies. It was my Bad. It should be logger.info.
Example Code: network_drive = '\a\b\c' logger.info(network_drive)
I could see the logs in the report with proper value as \a\b\c, Whereas in the report scenario steps, it is displayed as //a/b/c.
Hope this helps.
Describe the bug When generating the HTML report, if the logs contains \a\b\c then in the report it is getting converted to //a/b/c.
To Reproduce Steps to reproduce the behavior:
Expected behavior Backslashes should remain the same in the report. This is especially useful, if we are printing the directory path, so that user can copy & navigate to that using File Explorer.
Desktop (please complete the following information):
Could you please look into this?