查看版本号
python3 --version
安装 pip
Py2文章源自玩技e族-https://www.playezu.com/450644.html
sudo easy_install pip文章源自玩技e族-https://www.playezu.com/450644.html
~ pip --version
pip 20.3.4 from /Users/xxx/Library/Python/2.7/lib/python/site-packages/pip (python 2.7)文章源自玩技e族-https://www.playezu.com/450644.html
./Library/Python/2.7/lib/python/site-packages文章源自玩技e族-https://www.playezu.com/450644.html
Py3文章源自玩技e族-https://www.playezu.com/450644.html
python -m pip install --upgrade pip文章源自玩技e族-https://www.playezu.com/450644.html
curl https://bootstrap.pypa.io/get-pip.py | python3文章源自玩技e族-https://www.playezu.com/450644.html
pip3 --version
pip 20.2.3 from /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)文章源自玩技e族-https://www.playezu.com/450644.html
安装步骤
pip install -i https://pypi.douban.com/simple robotframework==3.1
或者
pip install robotframework文章源自玩技e族-https://www.playezu.com/450644.html
pip install -i https://pypi.douban.com/simple robotframework-ride==1.7.4.2
或者
pip install -U https://github.com/robotframework/RIDE/archive/master.zip文章源自玩技e族-https://www.playezu.com/450644.html
pip3 install requests
pip install robotframework-requests
pip install robotframework-seleniumlibrary==3.0.0
pip install robotframework-appiumlibrary
pip3 install pytest
pip3 install pymysql
pip3 install robotframework-databaselibrary
rebot --version
robot --version
sudo chmod -R 777 /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/
各种镜像下载
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requestsLibrary
pip install requestsLibrary -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pip install requestsLibrary
pip install -i https://pypi.douban.com/simple/simple requestsLibrary
pip install -i https://pypi.douban.com/simple requestsLibrary
pip install -i https://mirrors.aliyun.com/pypi/simple requestsLibrary
pip install -i https://pypi.mirrors.ustc.edu.cn/simple requestsLibrary
pip install -U https://github.com/robotframework/RIDE/archive/master.zip
pip list
未知地区 10F
你看看原生那套写法,自然而然就知道了
未知地区 9F
为什么麻烦呢?每个框架都有它的优势和缺点啊,而且 rf 也有很多使用场景的,用的人也不是少数,在合适的团队里面也有它适合的土壤。
未知地区 8F
哥。。佩服你,真不嫌麻烦
未知地区 7F
知道 RF,但没深入了解过
未知地区 6F
我们已经用了三年多了,web 用 seleniumlibrary,mobile 用 appiumlibrary
未知地区 5F
具我了解,很多公司 RF 还是主流的
未知地区 4F
这玩意还有人用吗
未知地区 3F
学到了
未知地区 2F
干货
未知地区 1F
RF 现在是不是比较少人用啦,请问一下是用在什么场景呢