在windows上安装rf环境

安装rf:

确保 Python36 安装成功

安装 如下 RF使用中需要的工具和库

1. RF 
执行命令 pip install robotframework -i https://pypi.douban.com/simple/

2. RIDE 
执行命令 pip install robotframework-ride -i https://pypi.douban.com/simple/ 

3. wxpython
下载并安装
  https://github.com/jcyrss/songqin-testdev/raw/master/others/softwares/wxPython2.8-win32-unicode-2.8.12.1-py27.exe


4. selenium2library 
执行命令  pip install robotframework-selenium2library -i https://pypi.douban.com/simple/ 

5. pycharm插件IntelliBot
下载 IntelliBot插件
   https://github.com/jcyrss/songqin-testdev/raw/master/others/softwares/intellibot.jar
在Pycharm中,点击菜单 file - settings - plugins
在弹出对话框中 选择 install plugin from disk
选择下载的jar文件
 

注:python3不支持ride

猜你喜欢

转载自blog.csdn.net/qq_35958094/article/details/83011736