2017 © Pedro Peláez
 

symfony-bundle mink-bundle

Mink bundle for Symfony2

image

behat/mink-bundle

Mink bundle for Symfony2

  • Wednesday, May 13, 2015
  • by everzet
  • Repository
  • 5 Watchers
  • 64 Stars
  • 161,086 Installations
  • PHP
  • 7 Dependents
  • 2 Suggesters
  • 21 Forks
  • 7 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

MinkBundle

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

Provides Behat\Mink browser abstraction library for PHPUnit in Symfony2 project., (*2)

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, (*3)

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, (*4)

mink.base_url: 'http://myhost.com'
mink.browser_name: 'chrome'

Documentation

The Versions

07/08 2012

1.3.x-dev

1.3.9999999.9999999-dev http://mink.behat.org/bundle/index.html

Mink bundle for Symfony2

  Sources   Download

MIT

The Requires

 

test web browser

07/08 2012

v1.3.0

1.3.0.0 http://mink.behat.org/bundle/index.html

Mink bundle for Symfony2

  Sources   Download

MIT

The Requires

 

test web browser