Two path for reports in ride runner gui

Hello,

A new esthetic problem in Ride.
My old version give to me one simple path to my reports, my new version gives me 2 paths … Both same but the first with “file://”
I don’t know why and I don’t need it. I searched for ride and pybot config but I don’t understand where this first “file://” came from

Anyone have an idea?

Thank you all

Output: file:///tmp/RIDEly8thmsz.d/output.xml/tmp/RIDEly8thmsz.d/output.xml
Log: file:///tmp/RIDEly8thmsz.d/log.html/tmp/RIDEly8thmsz.d/log.html
Report: file:///tmp/RIDEly8thmsz.d/report.html/tmp/RIDEly8thmsz.d/report.html

Fabrice

That comes from the new Robot Framework 7.0 version. In most modern terminals those file:// URI are valid clickable links. In the case of RIDE, the output is not a real terminal, so it appears duplicated file://. The only thing I did was to make one appear in color blue.
If you run robot in the command line/terminal/shell, you may only see one file:// and it may or not be clickable.

It was my choice to keep the links, because in RIDE, since the first versions, allows to click on the Log or Report buttons.

Is the duplicated file:// a problem? You may try to avoid them by deactivating the option to use Console colors. Go to Tools->Preferences->Test Runner and uncheck Shows console colors set by -C ansi

1 Like

Go to Tools->Preferences->Test Runner and uncheck Shows console colors set by -C ansi

So simple… so thank u… :+1:

Fabrice

2 Likes