2017 © Pedro Peláez
 

symfony-bundle mink-bundle

Mink bundle for Symfony2

image

robertfausk/mink-bundle

Mink bundle for Symfony2

  • Wednesday, July 17, 2013
  • by robertfausk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

MinkBundle Build Status

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

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

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

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