🤖 Robot Framework 7.0 has been released!

Robot Framework 7.0 development started at the end of August, 2023, and now it’s finally ready. :rocket:

The release was done already several hours ago, but we have been trying to debug why GitHub fails to render the release notes properly. The problem seems to be with GitHub, but we haven’t yet heard back from their support. As a workaround, we have generated a PDF version of the release notes that can be viewed until the issue is resolved. Unfortunately links don’t work when the PDF is viewed on GitHub, but they work if it is downloaded.

This mess with the release notes is annoying, but the release itself is awesome, so let’s try to celebrate that instead of worrying about GitHub bugs. :smiley: :tada:

The release has several high priority enhancements targeted for people creating external tools. These include big listener v3 enhancements, JSON result format, possibility to mix embedded and normal arguments with library keywords and enhancements to automatic argument conversion. Let’s see what kind of a new tools the ecosystem gets in the future!

The are also lot of nice enhancements for normal users. These include the native VAR syntax for creating variables and dark mode with reports and logs.

The biggest backwards incompatible change is that output.xml files have changed so that most external tools processing them are incompatible. To support tools that haven’t yet been updated to support RF 7.0, it is possible to use the new --legacy-output option to get an output.xml file in same format as earlier.

There are also some deprecated features. The most visible one is the deprecation of the [Return] setting that should be changed to much more versatile RETURN statement. If you have used [Return] a lot, the easiest way to update it is using the Robotidy tool.

If you are interested to learn more about the new features in Robot Framework 7.0, join the RoboCon conference in February, 2024. I will go through the key features briefly in the onsite conference in Helsinki and more thoroughly in the online edition. The conference has also dozens of other great talks, workshops and a lot of possibilities to meet other community members as well as developers of various tools and libraries in the ecosystem.

Huge thanks for Robot Framework Foundation and its member organizations for sponsoring the development. If your organization is using Robot Framework and not yet a member, try to convince them to join. All money the foundation gets, including profits from RoboCon, is spend for developing the framework and tools in the ecosystem further.

Thanks also for everyone who has contributed code and to everyone else who has tested preview releases, submitted bug reports, proposed enhancements, debugged problems, or otherwise helped with Robot Framework 7.0 development.

2 Likes

For Jenkins Users - Be sure to add the --legacy-output in your cmd-line jobs.

RF 7.0 compatible Jenkins plugin has been under development, but I’m not sure has it already been released. If not, --legacy-output needs to be used.

Looks like work is ongoing Add Robot Framework 7.0 support by asimell · Pull Request #64 · jenkinsci/robot-plugin · GitHub

Hi! Just wanted to pop in and let you know, Ww just released new version of Jenkins plugin with the aforementioned 7.0 support. It should be available in Maven Central later today

3 Likes

This is a great release!
However, is there any option to switch the HTML log file to light mode?

There should be a :sunny: icon on the lower right of the page, next to the scroll bar.
If not then it was a bug in this version and you should try version 7.1.

1 Like