Install the RED plug-in in Eclipse to run the Robot Framework script (windows10)

This article uses Eclipse and its corresponding plug-ins to edit, manage, and run Robot Framework.

https://www.eclipse.org/downloads/    This article installs Eclipse IDE 2020‑03 64bit

Download the file: eclipse-inst-win64.exe Double-click to run on windows. The specific installation process is omitted.

 

Install the Eclipse plug-in  

Reference documents: https://github.com/NitorCreations/RobotFramework-EclipseIDE/wiki/Installation

Installing using update site

  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "RobotFramework-EclipseIDE" for the Name and the following URL for the Location: http://sourceforge.net/projects/robotide/files/stable/
  3. Click OK.
  4. In the Available Software dialog, select the checkbox next to Robot Framework Eclipse

Guess you like

Origin blog.csdn.net/yang520java/article/details/107339380