windows 中的 Codeception webdriver
Codeception webdriver in windows
我是 codeception.I 的新手,请尝试遵循 http://codeception.com/11-20-2013/webdriver-tests-with-codeception.html 的教程。我使用我的 composer 安装 codeception。
"require-dev": {
"codeception/codeception": "*"
}
我有 codeception.Now 我需要 Selenium 服务器 我试试
java -jar selenium-server-standalone-2.50.1.jar
出现无法访问 jarFile 的错误。所以我用 npm 安装了 Selenium 服务器,里面有 selenium-server-standalone-jar/jar/selenium-server-standalone-jar-2.50.1.jar 。并将我的路径更改为 myproject/node_modules/selenium-server-standalone-jar/jar 并尝试 运行
java -jar selenium-server-standalone-2.50.1.jar
我在屏幕上看到了一些东西
任何人都可以告诉我我做错了什么。我的操作系统在 Windows 7.
谢谢。
java -jar selenium-server-standalone-2.50.1.jar -role hub
帮帮我
谢谢。
我是 codeception.I 的新手,请尝试遵循 http://codeception.com/11-20-2013/webdriver-tests-with-codeception.html 的教程。我使用我的 composer 安装 codeception。
"require-dev": {
"codeception/codeception": "*"
}
我有 codeception.Now 我需要 Selenium 服务器 我试试
java -jar selenium-server-standalone-2.50.1.jar
出现无法访问 jarFile 的错误。所以我用 npm 安装了 Selenium 服务器,里面有 selenium-server-standalone-jar/jar/selenium-server-standalone-jar-2.50.1.jar 。并将我的路径更改为 myproject/node_modules/selenium-server-standalone-jar/jar 并尝试 运行
java -jar selenium-server-standalone-2.50.1.jar
我在屏幕上看到了一些东西
任何人都可以告诉我我做错了什么。我的操作系统在 Windows 7.
谢谢。
java -jar selenium-server-standalone-2.50.1.jar -role hub 帮帮我
谢谢。