RED 0.7.6
KrzysztofJozefowicz
released this
31 Mar 12:12
·
6772 commits
to master
since this release
RED - Robot Editor v0.7.6
Introduction
RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.
Requirements
- Oracle Java 1.8+ https://www.java.com/
- RED feature only: Eclipse Neon (v 4.6),Eclipse Mars (v 4.5), preferably IDE for Java Developers https://www.eclipse.org/downloads/
- Python/Jython & RobotFramework installed
Important notice
- Due to overhaul of Run/Debug configurations, old run and debug configurations will not work. Please remove all old entries from Run/Debug Configuration pane.
Installation
Updates
- #70 - RED can execute tests using custom user scripts (.bat,.exe,.sh,.py).
More info in help under User guide -> Launching Test -> Local launches scripting. - RED user scripts provides possibility to debug robot&python libraries in one RED instance together with PyDev. More info in help under: User guide -> Launching Tests -> Debugging Robot&Python with RED&PyDev
- #86 - wrap content of cells in table editors. Check : Preferences->Robot Framework->Editor->Folding
- changes in Run/Debug configuration - removed and merged configurations types,rearranged configuration fields
- changes in how Run/Debug actions are executed - now it is contextual like in other Eclipse editors. It matters where is the focus/cursor when using general Run/Debug buttons.
Check User guide -> Launching Tests -> Launching preferences. - now RED uses argument file as Robot arguments to shorten command line.
- changes in coloring in various places
- RED will use Source editor when Debug is executed when switched to Debug perspective
- wizard will not allow to create files when there is not project
- moved to Java 8, from now older Java versions are not supported
- #81 changes for Auto-discovery fix in Selenium2Library merged with master branch
- #91 fixed lib decoration when using jython
- added jump to Keyword definitions in cell with multiple keywords
- content assist can show resource names while typing in Settings section
- RED asks when running testsuites with Fatal errors which will fail due to Robot exception
full changes in changelog.txt