在linux下搭建Robot Framework
时间:2016-08-01 23:21:22
收藏:0
阅读:1045
在linux下搭建自动化测试框架Robot Framework,可以实现多用户同时登录并进行自动化脚本编写,相互之间没有影响。
linux系统:fedora 21
步奏 | 描述 | 动作 | note |
1 | Install Python | yum install python | yum list python /* can view which python version will be installed */ |
2 | Install easy_install | sudo yum install python-setuptools | |
评论(0)