lbaey/chromedriver
最新稳定版本:1.1.0
Composer 安装命令:
composer require lbaey/chromedriver
包简介
Utility for installing Chromedriver, whatever platform you are on, for use with Behat
README 文档
README
This is the composer dependency you want if you happen to do some Behat testing with Selenium. It will download the adequat chromedriver version for your dev platform, whether it's Linux (32bits or 64bits), OSX or Windows.
Use it like a regular composer dependency, although it's a composer plugin.
composer require lbaey/chromedriver 1.1
Feel free to contribute, PR's are read and welcome
If you use se/selenium-server-standalone, run it with
./bin/selenium-server-standalone -Dwebdriver.chrome.driver=$PWD/bin/chromedriver
Configuring Extra
If your dev platform happens to be coherent with your test platform, you can by-pass platform selection with :
"extra": {
"lbaey/chromedriver": {
"bypass-select": true
}
},
By default the latest release is installed. If you want a specific version of chromedriver, use :
"extra": {
"lbaey/chromedriver": {
"chromedriver-version": "2.33"
}
},
统计信息
- 总下载量: 59.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-01