承接 behat/mink-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

behat/mink-bundle

最新稳定版本:v1.4.2

Composer 安装命令:

composer require behat/mink-bundle

包简介

Mink bundle for Symfony2

README 文档

README

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads License

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

GitHub 信息

  • Stars: 64
  • Watchers: 6
  • Forks: 19
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2011-12-31