Description
I have checked the following:
- I use the newest version of bruno.
- I've searched existing issues and found nothing related to my issue.
Describe the bug
In some cases the filesystem paths are not evaluated correctly and this results in several issues, some reported as separate bugs. E.g. renaming requests on WSL paths (when running natively on Windows): #2269 fails, becasue the request file path is transformed to /wsl.localhost/blabla
but it should be \\wsl.localhost\blabla
or //wsl.localhost/blabla
. Unfortunately double slashes are "normalized" to single slashes which is not correct behavior.
For the same reason the Ignored files feature does not work on wsl or network paths, in which case the path resolution results in nonsensical c:/wsl.localhost/blabla
during one of the comparison operations.
It may be fixed in a case-by-case manner, e.g. as I attempted in #2421 in regards to relative certificate paths, but the problem is more general, possibly caused by a bug in a dependency (e.g. bruno is using /jinder/path 0.12.7 module from 9 years ago instead of build-in node module.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
N/A