RIDE
RIDE copied to clipboard
Test data editor for Robot Framework
1. Open RIDE 2. Navigate to any test case or suite 3. Go to the Text Edit view 4. Start typing a keyword e.g Get 5. Press CTRL+SPACE **Current result:**...
1.7.4b2 running on Python 3.7.4. Win10 usually I have 2 RIDE instance running concurrently with different test suite with different tags. I found the RIDE disappeared without any error notification...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1220) by frankbp on 7 Mar 2013_ 'Pause On Failure' is good feature. But when using 'Wait Until Keyword Succeeds', most of time the keyword...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1253) by MeitalBo... on 20 May 2013_ When pressing on different test cases on Text Edit tab, it will be very helpful if it'll "jumps"...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1286) by XBartel... on 1 Oct 2013_ It is not possible to change from a test suite to a resource file by using the ride...
Assume you have a keyword in a robot-test files that defines an argument ${arg}. Typically, this argument is used (at least) once in the code of the keyword. Now if...
I edit/save a Resource file outside of RIDE, then trigger RIDE to reload the file. Ride then updates the details in the left panel, but:- 1. When using CTRL-SPACE, is...
Validation of keyword arguments is not respecting Robot Framework documentation: [Named Only Arguments](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#named-only-arguments-with-user-keywords) The below error should not occur:  The workaround is to use the Text Editor because uses...
Hi. I was trying to build our TA environment with updated components, however newest RIDE is not working for me with Xubuntu 18.04/wxPython 4.0.7. Our TA environment has a lot...