robotframework安装

安装主要按照文档:

https://www.cnblogs.com/ysjt/p/6715243.html

主要记录坑

1、wxpython安装

RF的ride只支持wxpython2.8.12.1,而该版本只有mac和windows有安装文件,linux只有源码。所以建议在mac或者windows系统安装。
mac电脑安装不成功:
http://blog.csdn.net/TZJD89/article/details/72857961

2、ride需要32位的python环境,还需要将mac的python修改为32位版本

wxPython需要32的Python来运行。
安装命令:
sudo easy_install robotframework-ride

修改Python的运行方式:defaults write com.apple.versioner.python Prefer-32-Bit -bool yes

3、selenium2library有个GOBAL_VARIABLES的参数报错

在目录中添加空的GOBAL_VARIABLES文件

你可能感兴趣的:(robotframework安装)