Build RF + eclipse environment

Build steps:

  1, python environment

    Omission

  2, installation robotframework

    order pip: pip install robotframework

  3, JDK1.8 + Eclipse plug mounting + RED

    The official release of each RED plug-in, will have the appropriate support Eclipe release notes. (Jdk installation skipping, like Baidu online) So, plug-in version to match the Eclipse version, or the installation or use of the process there will be problems.

    RED Eclipse plug-in is installed in two ways:

      1, Eclipse install local package (recommended, installed more efficient):

        Step One: Download the plugin from RED RED address: https://github.com/nokia/RED/releases

        Step two: eclipse panel, Help - Install New Software - Click Add to add.

  4, configure eclipse

    1, Python version of choice:

    eclispe Panel: windows - preference - RobotFramework - Installed frameworks will default python version environment variable configuration.

    2, configure auto-complete RF identification, keyword, variables.

    eclispe panel:

      windows - preference - RobotFramework - Editor - Content Assitant

    Plus the following:

      abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$@&*:

Reference: https: //www.jianshu.com/p/8f156845cb28

  

Guess you like

Origin www.cnblogs.com/aiyumo/p/12458129.html