RIDE
RIDE copied to clipboard
Test data editor for Robot Framework
Right now i have 2 different folders with tests one runs tests using selenium and own arguments , another users appium with own arguments. Every time i switch project i...
I add MyLibrary/MyLibrary.py in my project path, when open the path, get ModuleNotFoundError: No module named 'MyLibrary', I add the project path into sys.path and solved this. Can RIDE add...
When starting RIDE v2.0b1 on Python 3.8.10 with pythonw.exe instead of python.exe, I'll get an error message that "Taking Log plugin into use failed: AttributeError: 'NoneType' object has no attribute...
my TC's are in different folders in the same suite. But the execution profile is only on Run level. Would it be possible to have an argument option per folder...
I am using Comments in some robot files like described in [https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#id563](url) section 2.1.2 As soon as I update such a robot file through RIDE that contains Comments the whole...
Current 2.0b2.dev3. wxPython 4.1.1 Investigate why crash happens on Windows when panes are detached: ``` D:\Testes>c:\Python39\python.exe -m robotide.__init__ Traceback (most recent call last): File "c:\Python39\lib\site-packages\robotide\application\application.py", line 80, in OnInit self.frame._mgr.LoadPerspective(perspective,...
After installing RIDE from Master (dd 30 April 2021) on Linux I tried to run my first simple test case. Somehow RIDE was unable to detect my Robot installation and...
Hi there… Very long time since the latest 2.0 beta release of the editing tool (July 2020)... When do you think we can expect an update to this beta and...
1. Mac OS info: Catalina 10.15.7(19H15) 2. pip list: Package Version ------------------------------- ----------- numpy 1.19.5 Pillow 8.1.0 pip 20.3.3 Pygments 2.7.3 Pypubsub 4.0.3 robotframework 3.2.2 robotframework-pythonlibcore 2.2.1 robotframework-ride 1.7.4.2 robotframework-selenium2library...
This was already identified, but now have other situation. https://github.com/robotframework/RIDE/projects/1#card-44988576 >If user has test in a paused state and changes >code from outside all current ride states got >reseted, even...