You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Console.log('\a\b\c")
run the test
Report is generated
check the report for the link. It is shown as //a/b/c. But somehow the logs attached isn't disturbed. it is having the expected Backslashes
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):
OS: Windows 7
Browser chrome
Version 109.0.5414.120
Could you please look into this?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: