在windows上安裝rf環境
阿新 • • 發佈:2018-11-02
安裝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