Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ MinkBundle Public archive
forked from minkphp/MinkBundle

Mink library integration bundle for Symfony2

License

Notifications You must be signed in to change notification settings

Behat/MinkBundle

This branch is 7 commits behind minkphp/MinkBundle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0cba40c · Nov 5, 2014
Nov 5, 2014
Nov 5, 2014
Nov 5, 2014
Nov 5, 2014
Nov 5, 2014
Feb 18, 2014
Nov 5, 2014
Jun 1, 2013
Nov 5, 2014
Nov 5, 2014
Nov 5, 2014
Feb 18, 2014

Repository files navigation

MinkBundle

Build Status 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

About

Mink library integration bundle for Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%