behat/mink-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Mink bundle for Symfony2

Maintainers

👁 Stof
👁 everzet

Package info

github.com/minkphp/MinkBundle

Type:symfony-bundle

pkg:composer/behat/mink-bundle

Statistics

Installs: 216 176

Dependents: 4

Suggesters: 1

Stars: 64

Open Issues: 7

v1.4.2 2014-11-05 15:49 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 0cba40c460bce9fe5bfb890964b71ab32c0029ca

  • Ton Sharp <66ton99.woop@gmail.com>
  • Konstantin Kudryashov <ever.zet.woop@gmail.com>

testbrowserweb

This package is auto-updated.

Last update: 2021-09-06 08:49:49 UTC


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