https://github.com/robotframework/RIDE
Raw File
Tip revision: bacf6793976daa9417eb42ff4f6899b621e89fc9 authored by HelioGuilherme66 on 20 January 2020, 00:46:02 UTC
Version 1.7.4.1
Tip revision: bacf679
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