behat/mink-bundle
最新稳定版本:v1.4.2
Composer 安装命令:
composer require behat/mink-bundle
包简介
Mink bundle for Symfony2
README 文档
README
Provides Behat\Mink browser abstraction library for PHPUnit in Symfony2 project.
Features
- Symfony2 test.client browser emulator
- Goutte browser emulator
- Zombie (JS testing) browser emulator - Have a bug
- Selenium2 (WebDriver) browser emulator
- Selenium (JS testing) browser emulator
- Sahi (JS testing) browser emulator
Configuration
config_test.yml
mink: base_url: 'http://localhost' browser_name: firefox goutte: ~ # optional sahi: ~ # optional zombie: ~ # optional selenium: ~ # optional selenium2: ~ # optional
All options can be overwrited in parameters.yml
mink.base_url: 'http://myhost.com' mink.browser_name: 'chrome'
Documentation
统计信息
- 总下载量: 215.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 65
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2011-12-31