- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
从几天开始,我一直在尝试安装 robotframework RIDE,我尝试按照我在谷歌上搜索到的所有帖子进行操作,但仍然面临一些问题。以下是我遵循并得出的结论:
我已经成功安装了 python2.7 --- 因为我在执行 python --version 时得到了版本
我还使用 pip install robot-framework 安装了 robot-framework
还有,wxpython
我尝试从这个 website 下载 robot-framework ride ,但是当我解压缩它时,我找不到任何可执行文件。我还尝试使用 pip 安装 ride,即 pip install robotframework ride,但出现以下错误:
C:\Python27>pip install robotframework ride
You are using pip version 7.0.1, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied (use --upgrade to upgrade): robotframework in c:\p
ython27\lib\site-packages
Collecting ride
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6A30>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6B30>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6BD0>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6CB0>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6D90>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6B10>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6D10>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6E70>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x030C6AB0>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03186030>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/ride/
Could not find a version that satisfies the requirement ride (from versions: )
No matching distribution found for ride
C:\Python27>
P.S 我已经确保在环境变量中正确添加了 python 的 PATH。
最佳答案
您使用了错误的包名。 robotframework 和 ride 之间没有空格 - 它是一个连字符。
pip install robotframework-ride
但是,我不明白为什么会出现超时错误。再试试看。
关于robotframework - 如何在 Windows 上安装 robotframework RIDE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36259556/
robotframework是一个框架,是一个可以用于关键字测试驱动的框架。而ride(robotframework-ride)就是可以使得写robot测试用例更加方便快捷的ide图形操作工具。
Python2.7已于2020年1月1日开始停用,之前RF做自动化都是基于Python2的版本。 没办法,跟随时代的脚步,我们也不得不升级以应用新的控件与功能。 升级麻烦,直接全新安装。 1
当我从 RIDE 运行测试用例时,报告保存在以下路径中。 C:\Windows\Temp\RIDExf4xla.d 我想在特定路径中保存报告。我可以从 RIDE 执行此操作吗?是否有任何设置可以更改报
附件是Base58编码的,但是ride中唯一的Base58解码方式要求输入为字符串。如何将字节向量转换为字符串?当帐户脚本正在处理交易时,它会看到以 Base58 编码发送的附件是真实附件还是真实附件
我在解决 USACO 培训页面上的第一个问题时遇到了麻烦。 该任务要求从 ride.in 文件中获取两个字符串,将字符串转换为字母乘积的数字(其中 a=1、b=2、z=26 ),然后查看数字的余数是否
我创建了多个套件,例如“StarterKit Registration”、“White SIM Registration”、“Add VAS”等,我想通过 RIDE 一起运行所有这些套件,并且我想按我
当我有几个测试用例时,为我生成输出文件夹文件:为了测试,我使用 robotframework 和 pycharm log.html output.xml report.xml 每次测试后,文件都会被覆
我想使用 RobotFramework IDE 运行测试并在我的机器上查看执行日志,但在远程机器上执行实际测试,最好不要重写测试套件(或最少重写)。我看到它的方式是某种模式或设置,您在计算机上运行 I
我的右侧栏不在顶部。 例如,这是两个页面。 www.cafecartel.com 和 www.cafecartel.com.index2.php 目前网站的写法,右边栏必须这样放: body id="
我的机器人框架脚本中的一些库/资源是红色的,如下所示: bad script with red marks 而另一个(我从中复制的)看起来还不错: good script 我的工作环境(树)是这样的:
我喜欢玩 Ticket to Ride ,所以我决定尝试用 Python 实现部分游戏逻辑,作为一个辅助编程项目。游戏板本质上是一个加权多重图,因此用 NetworkX 复制了游戏的基本结构。小菜一碟
我想使用伪元素在链接后添加链接的 href,但不保留父元素的文本装饰。下面的代码显示了具有不同文本修饰的“a”和“a:after”。 a { text-decoration: none; color:
我的英雄角色遇到了一个问题,当他降落在一个移动的平台上时,他并没有跟着它一起移动,而是站在同一个 X 位置上,直到平台移出屏幕。我搜索了很多答案都无济于事。 这是我的英雄角色和移动平台的方法。 -(v
对于RIDE(Robot framework)的自动化测试,我已经安装了PYTHON 2.6和wxPython 3.0版本,环境变量中的PATH已经更新,当我跳到最后一个阶段即安装RIDE(versi
我想使用 RIDE 连接到 MySQL 数据库。 我已经下载了 DatabaseLibrary和MySQL。我需要从 MySQL 执行查询以进行验证。 如何使用 RIDE 连接到 MySQL? 最佳答
当从我的应用程序点击按钮时,是否可以更改旅行模式谷歌地图以在 Android 上请求乘车选项卡? 我用过: Intent intent = new Intent(Intent.ACTION_VIEW,
我正在使用 Robotframework - SikuliLibrary 进行 Windows 应用程序测试。一切都已正确安装。从 RIDE 我按照 _ 的方式导入 SikuliLibrary 图书馆
我在自动化测试用例时遇到问题,所以我的问题是我需要在下一个测试用例中像输入一样使用输出测试用例值...我找不到解决方案,有人有想法吗?? 最佳答案 Robot Framework guide在 var
我正在为 iOS 应用程序使用 Uber-SDK。在过去的几天里,我可以使用 ridesClient.fetchCheapestProduct() 获得最便宜的产品。但今天,该函数总是返回一个 nil
我在一个网站上工作,我使用嵌入了 youtube 视频的 wordpress 插件。 现在它有一个很棒的选项,可以仅显示视频图像并仅在您按下视频时加载视频,这样页面加载时间就不会太长。 问题是,在那种
我是一名优秀的程序员,十分优秀!