https://github.com/robotframework/RIDE
Raw File
Tip revision: 6efe3c2152745de291ed9d74aec6e9727bcaed82 authored by HelioGuilherme66 on 23 January 2019, 00:59:18 UTC
Remove not needed import
Tip revision: 6efe3c2
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.3
==========================================


(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.3.rst
back to top