Robot Framework IDE及插件集_linux


本文为哪些在苦苦纠结和找寻Robot Framework编辑器的人提供基本信息。

什么是RobotFramework,Robot Framework是一款python编写的功能自动化测试框架。具备良好的可扩展性,支持关键字驱动,可以同时测试多种类型的客户端或者接口,可以进行分布式测试执行。主要用于轮次很多的验收测试和验收测试驱动开发(ATDD)

RIDE

2019年 robotframework ride终于有了更新,如果你已经安装了ride,

Robot Framework IDE及插件集_python_02

可以使用下面的命令更新:

pip  install --upgrade robotframework-ride

或是使用以下命令安装或更新

pip install robotframework-ride==1.7.4

Eclipse插件RED

项目地址:https://github.com/nokia/RED

安装教程:https://github.com/nokia/RED/blob/master/installation.md

帮助教程:http://nokia.github.io/RED/help/

先看下RED效果:

Robot Framework IDE及插件集_linux_03

Robot Framework IDE及插件集_linux_04

Visual Studio Code 插件

地址:https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense

IntelliJ IDEA插件

地址:http://plugins.jetbrains.com/plugin/7430-robot-plugin

Robot Framework IDE及插件集_python_05

更多的各种插件支持请看官方说明:

地址: https://robotframework.org/#tools

Robot Framework IDE及插件集_git_06