robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
951 stars 375 forks source link
hacktoberfest robotframework robotframework-ide robotframework-testing testing-tools wxpython

= RIDE ifdef::env-github[:outfilesuffix: .adoc]

RIDE is an IDE (Integrated Development Environment) exclusive for https://robotframework.org[Robot Framework] tests or tasks automation framework.

'''

Robot Framework supports, since version 6.1, files with localized definitions. RIDE was updated to accept those files, and we are working on a localization project to have its GUI in the same languages supported by Robot Framework. You can help in this localization project at https://crowdin.com/project/robotframework-ride[Crowdin] image:https://badges.crowdin.net/robotframework-ride/localized.svg[Crowdin, link=https://crowdin.com/project/robotframework-ride]

=== Instant Communication ===

Join our #ride channel in Robot Framework Slack: https://robotframework.slack.com (signup page, with insecure connection warning: https://slack.robotframework.org/)

=== "Support" sites ===

We have a RIDE section topic in https://forum.robotframework.org/c/tools/ride/21[Tools>RIDE].

You can use the tag robotframework-ide to search and ask on https://stackoverflow.com/questions/tagged/robotframework-ide[StackOverflow].

== Welcome to the development version of RIDE - next major release will be version 2.1

If you are looking for the latest released version, you can get the source code from https://github.com/robotframework/RIDE/releases[releases] or from branch https://github.com/robotframework/RIDE/tree/release/2.0.8.1[release/2.0.8.1]

See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.8.1.rst[release notes] for latest release version 2.0.8.1

Version https://github.com/robotframework/RIDE/tree/release/2.0.8.1[2.0.8.1] was the last release supporting Python 3.6 and 3.7

Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7

The current development version is based on 2.0.8.1, supports Python from 3.8 up to 3.12 (09th February 2024).

Currently the unit tests are tested on Python 3.10, and 3.12 (which is the recommended version). Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work with 4.0.7 and 4.1.1 versions.

(3.6 < python <= 3.11) Install current released version (2.0.8.1) with:

pip install -U robotframework-ride

(3.8 < python <= 3.12) Install current development version (2.1dev55) with:

pip install -U https://github.com/robotframework/RIDE/archive/master.zip

// (3.6 < python < 3.11) Install current Beta version (2.1a1) with: // [source, shell] // pip install -U --pre robotframework-ride

See the https://github.com/robotframework/RIDE/wiki/F%2eA%2eQ%2e[FAQ] at https://github.com/robotframework/RIDE/wiki[Wiki]

== Unit testing statuses:

// Linux (py36, py37, py38, py39): image:https://app.travis-ci.com/HelioGuilherme66/RIDE.svg?branch=master[Unit Tests, link=https://app.travis-ci.com/github/HelioGuilherme66/RIDE] Linux (Fedora 40: py3.12, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml]

Windows (Python 3.11): image:https://ci.appveyor.com/api/projects/status/github/HelioGuilherme66/RIDE?branch=master&svg=true[Unit Tests, link=https://ci.appveyor.com/project/HelioGuilherme66/ride]

Quality Gate Status: image:https://sonarcloud.io/api/project_badges/measure?project=HelioGuilherme66_RIDE&metric=alert_status[SonarCloud, link=https://sonarcloud.io/summary/new_code?id=HelioGuilherme66_RIDE]

''' === Links ===

'''

== Stargazers over time ==

image:https://starchart.cc/robotframework/RIDE.svg[Stargazers over time, link=https://starchart.cc/robotframework/RIDE]