RIDE (Robot Framework IDE) v2.0b3 is a new release with major enhancements and bug fixes. This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is Robot Framework installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.

New Features and Fixes Highlights

Please note, that the features and fixes are not yet closed. This pre-release is being done because it has important fixes.

The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.0.

Linux users are advised to install first wxPython from .whl package at wxPython.org.

The CHANGELOG.adoc lists the changes done on the different versions.

All issues targeted for RIDE v2.0 can be found from the issue tracker milestone.

Questions and comments related to the release can be sent to the robotframework-users mailing list or to the channel #ride on Robot Framework Slack, and possible bugs submitted to the issue tracker. You should see Robot Framework Forum if your problem is already known.

If you have pip installed, just run

pip install --pre --upgrade robotframework-ride==2.0b3

to install this BETA release, and for the final release use

pip install --upgrade robotframework-ride
pip install robotframework-ride==2.0

to install exactly the final version. Alternatively you can download the source distribution from PyPI and install it manually. For more details and other installation approaches, see the installation instructions. If you want to help in the development of RIDE, by reporting issues in current development version, you can install with:

pip install -U https://github.com/robotframework/RIDE/archive/master.zip

Important document for helping with development is the CONTRIBUTING.adoc_.

See the FAQ for important info about : FOR changes and other known issues and workarounds.

A possible way to start RIDE is:

python -m robotide.__init__

You can then go to Tools>Create RIDE Desktop Shortcut, or run the shortcut creation script with:

python -m robotide.postinstall -install

RIDE v2.0b3 was released on 15/Jan/2023.