将带有梨的 PHPUnit Selenium 安装到 Windows 中

Posted

技术标签:

【中文标题】将带有梨的 PHPUnit Selenium 安装到 Windows 中【英文标题】:install PHPUnit_Selenium with pear into windows 【发布时间】:2016-06-06 13:34:12 【问题描述】:

拜托,我正在尝试将带有梨的 phpUnit_Selenium 安装到 Windows 中,我正在使用这个命令:

pear install phpunit/PHPUnit_Selenium

但我收到此错误:

Attempting to discover channel "phpunit"...
Attempting fallback to https instead of http on channel "phpunit"...
unknown channel "phpunit" in "phpunit/PHPUnit_Selenium"
invalid package name/package file "phpunit/PHPUnit_Selenium"
install failed

【问题讨论】:

【参考方案1】:

截至 2014 年 12 月,不再提供通过 pear 安装 phpunit。

https://github.com/sebastianbergmann/phpunit/wiki/End-of-Life-for-PEAR-Installation-Method

或者,您可以使用composer 来安装它。 安装完成后,打开并输入

composer global require "phpunit/phpunit=5.2.*"

【讨论】:

以上是关于将带有梨的 PHPUnit Selenium 安装到 Windows 中的主要内容,如果未能解决你的问题,请参考以下文章

PHPUnit Selenium 移动到无效

PHPUnit + Selenium`InvalidArgumentException:找不到元素`

带有 Xdebug 的 PHPUnit 测试资源管理器 - VSCode

PHPUnit/Selenium 无法找到 *any* 元素

使用 chromedriver 跳过 phpunit 的所有测试

在 PHPUnit 的 Selenium 扩展中使用 glob 来识别元素