Skip to content

Releases: robotframework/RIDE

Robot Framework IDE 1.7.4 Beta 1

28 Aug 23:11
4e7857e

Choose a tag to compare

Pre-release

Robot Framework IDE 1.7.4 Beta 1

Please see the complete release notes here.

RIDE 1.7.4b1 was released on Thursday August 29, 2019.

Robot Framework IDE 1.7.4 Alpha 1

28 Apr 19:56

Choose a tag to compare

Pre-release

Robot Framework IDE 1.7.4 Alpha 1

Please see the complete release notes here.

RIDE 1.7.4a1 was released on Sunday April 28, 2019.

Immediate fix for v1.7.3

23 Jan 01:37

Choose a tag to compare

Robot Framework IDE 1.7.3.1

Please see the complete release notes here.

RIDE 1.7.3.1 was released on Wednesday January 23, 2019.

Python 3 compatible version

20 Jan 23:50

Choose a tag to compare

Robot Framework IDE 1.7.3

Please see the complete release notes here.

RIDE (Robot Framework IDE 1.7.3 is a new release with major enhancements
and bug fixes. It contains some updates for Robot Framework version 3.1.1.

The most notable enhancements are:

  • Compatible with Python 2.7 and >=3.6
  • Runs with "any" wxPython version (2.8.12.1, 3.0.2 on Python 2.7)
    and 4.0.4 for both Python 2.7 and >=3.6
  • Runner can select new or old versions of Robot Framework (pybot vs robot)
  • Panes, Tabs, Toolbar are detachable and re-positionable thanks to wxPython's AUI module
  • Text Editor now have a autocomplete feature
  • Test cases on tree pane, have the new official icon, and is animated when running or paused
  • Long test names on tree pane, have name shortened by ... and name visible on tool-tip
  • On tree pane at test suite level, context menu allows to open folder in file manager,
    and to remove the Read-Only file attribute
  • If no tests are selected there will be a confirmation to proceed with running all tests
  • Like F8 to run tests, now there is F9 to run them with log level DEBUG
  • The Grid Editor now have a JSON editor for a cell (it validates when saving)

Unfortunately, this release may introduce new bugs, unknown or known like the ones:

  • On Windows to call autocomplete in Grid Editor, you have to use Ctrl-Alt-Space, (or keep using Ctrl-Space after disabling Text Editor)
  • On Windows 10, in Grid Editor, when you select text on a cell, the selection, although valid, is not visible
  • On some Linuxes (Fedora 28, for example), when you click No in some Dialog boxes, there is the repetition of those Dialogs
  • On some Linuxes the new validation of test suites, may complaint about HTML format, and this makes not opening the folders. You have to select a single file, kill RIDE and restart it.
  • Problems with non UTF-8 console encodings may cause output problems

(and more for you to find out ;) )

All issues targeted for RIDE v1.7.3 can be found
from the issue tracker milestone.

RIDE 1.7.3 was released on Sunday January 20, 2019.

RIDE 1.5.2.1

26 Jan 12:07

Choose a tag to compare

Version 1.5.2 was accidentally released while being incompatible with wxPython 2.8.12.1. This release fixes that issue. It contains no functional changes to 1.5.2 release.

RIDE 1.5.2

26 Jan 08:00

Choose a tag to compare

THIS RELEASE IS BROKEN WITH wxPython 2.8.12.1, DO NOT USE

RIDE 1.5.2 is the second maintenance release in the 1.5 series. It contains the enhancements and bug fixes listed in the table below.

Thanks to @HelioGuilherme66 (#1224) and @fzuellich(#1527 and #1529) for contributing to this release.

The release packages are available via PyPi. Installing via pip is recommended:

pip install -U robotframework-ride

RIDE 1.5 was released 2016-01-26.

ID Type Priority Summary
#1529 bug medium Using '(De)select all tests' option will expand all nodes
#1527 enhancement medium Tag list sort by name in View all tags.
#1224 enhancement medium Keyword auto complete doesn't work when prefixed with Given, Then, And or When

RIDE 1.5.1

16 Jan 18:27

Choose a tag to compare

RIDE 1.5.1 is a maintenance release, which fixes a few issues found in the 1.5 release. The fixes are listed in the table below.

ID Type Priority Summary
#1549 bug high Error in RIDE startup
#1548 bug high Problem with opening two ride
#1539 bug high Should not crash when removing old log files fails
#1545 bug medium It is possible to create suite variables with a blank space before the $, @ or &
#1541 bug medium Create Dictionary Variable is missing from the tree context menu

The release packages are available via PyPi. Installing via pip is recommended:
pip install -U robot framework-ride

RIDE 1.5 was released 2016-01-16.

RIDE 1.5

10 Nov 09:14

Choose a tag to compare

RIDE 1.5 release implements support for all Robot Framework 2.9 features, including:

  • support for dictionary variables
  • support for keyword tags
  • support for new FOR loop types
  • support for YAML variable files

In addition, the mechanism for supporting RF standard libraries has been re-desingned. With RIDE 1.5, Robot Framework needs to be always installed separately, and the standard libraries of installed RF will always be used by auto-complete and search features. In addition, some bug fixes and minor enhancements have been included, all of which are listed in the table below.

The release packages are available via PyPi. Installing via pip is recommended:
pip install -U robot framework-ride

RIDE 1.5 was released 2015-11-10.

ID Type Priority Summary
#1503 bug critical Cannot import remote library in 1.4.1
#1445 enhancement critical Support RF 2.9
#1523 bug high Argument validation error thrown when a valid ordering is specified
#1509 enhancement high Re-package bundled Robot Framework, never use bundled standard libraries
#1500 bug high '--monitorcolors' and '--monitorwidth' is deprecated WARN message
#1536 bug medium fix view all tags(F7) doesn't work on windows #1526
#1517 enhancement medium Updates arguments for pybot to RF 2.9.1.
#1515 bug medium Content Assist fails with unicode characters
#1505 bug medium #1500: Remove deprecated options warning messages
#1502 bug medium Highlighting selected cell (and matches) does not work.
#1501 bug medium RIDE Log shows "The C++ part of the VariablesListEditor object has been deleted, attribute access no longer allowed"
#1496 bug medium "Find Where Used" in editor not working

RIDE 1.5 alpha 2

03 Sep 12:23

Choose a tag to compare

RIDE 1.5 alpha 2 Pre-release
Pre-release

The second alpha release add most of the planned features for RIDE 1.5.

The most important things are fixing of Robot Framework bundling and loading of RF standard libraries for keyword completion and other features (issues #1503 and #1509).

ID Type Priority Summary
#1503 bug critical Cannot import remote library in 1.4.1
#1445 enhancement critical Support RF 2.9
#1509 enhancement high Re-package bundled Robot Framework, never use bundled standard libraries
#1500 bug high '--monitorcolors' and '--monitorwidth' is deprecated WARN message
#1502 bug medium Highlighting selected cell (and matches) does not work.
#1501 bug medium RIDE Log shows "The C++ part of the VariablesListEditor object has been deleted, attribute access no longer allowed"
#1496 bug medium "Find Where Used" in editor not working

RIDE 1.4.1

13 Aug 10:42

Choose a tag to compare

RIDE 1.4.1 is created to address the high severity bug in using installed standard libraries #1476. In addition, some bug fixes are included. All closed issues are listed in the table below. RIDE 1.4.1 was released 2015-08-13.

The release in only available through PyPi, either as a direct download or via pip:

pip install robotframework-ride==1.4.1
ID Type Priority Summary
#1476 bug high Standard library imports may fail if a different major version of RF is installed
#1473 enhancement medium Change file opening dialogs to filter primarily by default file format
#1484 bug low PyDeadObjectError is thrown when preferences dialog is closed in Windows
#1481 bug low Misleading error message when run with wxPython3
#1469 bug low iCCP: known incorrect sRGB profile error shown in terminal