RIDE
RIDE is a development environment for Robot Framework test cases.
Instant Communication Join our #ride channel in Robot Framework Slack: https://robotframework.slack.com (signup page: https://robotframework-slack-invite.herokuapp.com/)
Welcome to the development version of RIDE - next release will be version 2.0
If you are looking for the latest released version, you can get the source code from releases or from branch release/1.7.4.2 See the release notes for latest release version 1.7.4.2.
Version 1.7.4.2 was the last release supporting Python 2.7
Attention, this new version will break old style :FOR
, and you have to change to FOR/END
blocks.
Attention, some problems have been detected when using wxPython 4.1.
The pre-release and current development, supports Python 3.8 (since February 2020).
Install with:
pip install -U https://github.com/robotframework/RIDE/archive/master.zip
Install current Beta version (2.0b1) with:
pip install -U --pre robotframework-ride
Unit testing statuses:
-
Statistics at PyPi Stats and Libraries.io
-
Usage instructions and some tips and tricks can be found from the Wiki
-
Bug report/enhancement request? Use the issue tracker
-
Any questions? Do not hesitate to use the mailing list
-
Development information is in BUILD file