RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

Test data editor for Robot Framework

Results 228 RIDE issues
Sort by recently updated
recently updated
newest added

Works properly in wxPython 4.0.7.post2 and 4.1.1 There will be some issue in wxPython 4.1.0, due to wxPython bug: https://github.com/wxWidgets/Phoenix/issues/1797 And luckily, this PR also fixed a tricky crash issue:...

enhancement
WORK IN PROGRESS

- rename keyword name, open in name edit text ctrl - modify name, and then quick double click in the border of the entry box - repeat sometimes. RIDE will...

bug
analyze

It is good practice that repositories contain a CONTRIBUTING document in the root directory. This makes it easy for contributors, especially first time contributors, to follow project standards and create...

documentation
WORK IN PROGRESS
good first issue
HACKTOBERFEST2022

While I am trying to run my test case in RIDE I am getting error .Python insallation not found . Even though I have installed python and added its path...

Hi, I have a problem in using RIDE. When I open RIDE, auto completion shortcut key option+space works well. But after I run a testcase, it seems that the shortcut...

analyze

Hi,I come to meet some errors with tags like '1-S_IMPORT_01' /'1-S_IMPORT_25'/'1-S_IMPORT_XXX' when using "Only run tests with these tags",it doesn't works with ERROR msg: [ ERROR ] Suite 'Scbn Uitest'...

pending

Hi, we're using RIDE v2.0b1 with Python 3.8.10, Windows. Problem is, when selecting a line in the editor and moving the line with SHIFT-ALT-UP (or DOWN), the line can only...

analyze

The version used is: 2.0b1 Create New Resource After,Search in files keywords,After finding the result,Mouse click on the keyword, the page jumps to the top of the keywords file。 My...

pending

RIDE v2.0b2.dev1 running on Python 3.8.5. Package Version ------------------------- ----------- bcrypt 3.2.0 cffi 1.14.4 cryptography 3.3.1 numpy 1.19.5 paramiko 2.7.2 Pillow 8.1.0 pip 21.0 psutil 5.8.0 pycparser 2.20 Pygments 2.7.4...

pending

RIDE v2.0b1 running on Python 3.8.5. Suppose I have a python library like the below. You can notice that I am using a decorator to print the function arguments. To...

enhancement