https://github.com/robotframework/RIDE
Raw File
Tip revision: 763a0f456478a3fd396a57ca110ce315b08ace55 authored by HelioGuilherme66 on 28 April 2020, 22:36:08 UTC
Fix for locking wxPython version to 4.0.7.post2
Tip revision: 763a0f4
README.rest
RIDE
====

RIDE is a development environment for Robot Framework test cases.

*NEW* Join our #ride channel in Robot Framework Slack: https://robotframework.slack.com
(signup page: https://robotframework-slack-invite.herokuapp.com/)

See the `release notes`_ for version 1.7.4

**Attention, this new version will break old style `:FOR`, and you have to change to `FOR/END` blocks.**

**See the FAQ at Wiki**

==========================================

**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7**

**Attention, don't install RIDE on Python 3.8 (wait for version 2.0)**

(the information below is outdated)

  * Downloads_
  * 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.

Installation
============

.. image:: http://img.youtube.com/vi/zpenQJcrBNg/sddefault.jpg
   :target: https://www.youtube.com/watch?feature=player_embedded&v=zpenQJcrBNg

A very simple demo
==================

.. image:: http://img.youtube.com/vi/6F_xGKdoN1E/sddefault.jpg
   :target: https://www.youtube.com/watch?feature=player_embedded&v=6F_xGKdoN1E

.. _Downloads: https://pypi.python.org/pypi/robotframework-ride
.. _Wiki: https://github.com/robotframework/RIDE/wiki
.. _issue tracker: https://github.com/robotframework/RIDE/issues
.. _BUILD: https://github.com/robotframework/RIDE/blob/master/BUILD.rest
.. _mailing list: http://groups.google.com/group/robotframework-users/
.. _release notes: https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst
back to top