behat/mink-extension
Abandoned; use friends-of-behat/mink-extension. Mink extension for Behat
2.3.1
37M downloads/mo
#3011 most downloaded on Packagist
Behat/MinkExtension
What this package is like to depend on
Last release 9 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 1.8 years
Some releases are documented
notes for 10 of 18 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
18 releases · first in 2012
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2012 to Feb 2018Releases
latest 18-
2.3.106 Feb 2018Release notes
Open source →- Fix breaking change in 2.3.0 where Firefox would launch instead of Chrome (thanks @attrib)
-
2.3.024 Nov 2017Release notes
Open source →- Support Appium driver (@Shashikant86)
- Support selenium
overlappingCheckDisabledcapability (@Chriton) - Guzzle 6 parameters correctly passed through by Goutte driver (@Evoke-PHP)
- Support
acceptSslCertcapability for BrowserStack (@andrewholgate) - Add marionette capability for Selenium2Driver (@basilfx)
- Support Symfony 4 (@dunglas)
-
v2.1.029 Sep 2015Release notes
Open source →Features:
- Added support for the
emulatorcapability on BrowserStack - Updated the Portuguese and Dutch translations
Bug fixes:
- Made extra capabilities win over guessed ones to allow changing tags
- Added an exception in
RawMinkContext::getMinkwhen Mink has not been initialized to ease debugging - Removed the
custom-datacapability when it is empty as SauceLabs does not accept empty arrays - Removed default values for capabilities from the configuration, to let Selenium provide its own default values
- Fixed the
ignoreZoomSettingcapability by setting a proper boolean
- Added support for the
-
v2.0.123 Sep 2014Release notes
Open source →Added
RawMinkContext::visitPath()to make it easier to visit an url with the proper base url applied -
v2.0.005 Aug 2014Release notes
Open source →This major version updates the extension for Behat 3.0
Changes:
- Updated the extension for Behat 3.0
- Renamed the
MinkAwareInterfacetoMinkAwareContext - Renamed the extension to
Behat\MinkExtension\ServiceContainer\MinkExtension, allowing to useBehat\MinkExtensionas shortcut to register it - Removed the
MinkDictionarytrait, which was a pain to maintain. Register the MinkContext in your suite instead. - Refactored the configuration of sessions to configure sessions instead of drivers, allowing to have several sessions using the same driver class
- Added the possibility to change the default session per suite
- Refactored the configuration of Selenium2 capabilities. The
sauce_labsdriver type now supports all standard selenium2 capabilities. SauceLabs-specific capabilities are removed from the selenium2 configuration in favor of thesauce_labstype. Custom capabilities can be configured for selenium2 - Added a
browser_stackdriver type auto-configuring Selenium2 for BrowserStack and supporting a few specific capabilities - Added the guessing of some capabilities based on Jenkins (similar to the Travis integration)
- Added Hungarian translations for step definitions
-
v1.3.315 May 2014Release notes
Open source →- Added a safeguard for the Goutte version in MinkGoutteDriver: MinkGoutteDriver 1.2 will be compatible with both Goutte 1.x and Goutte 2.x, but configuring Goutte 2.x will only be supported in 2.0.
-
v1.3.215 May 2014 -
v1.3.127 Apr 2014Release notes
Open source →- Fixed the support of full paths for uploads when using the trait (syncing with the context class)
- Fixed the regex of the step matching urls to avoid breaking the output format #99
-
v1.3.030 Jan 2014Release notes
Open source →- Added Indonesian translations (thanks @kittip)
- Fixed the Selenium2 capabilities by disabling the conversion of dashes to underscores in their name. tis removes the support of Symfony 2.0 and 2.1
- Updated French translations (thanks @Nimothenicefish and @tophsic)
-
v1.2.017 Aug 2013Nothing published for this version
-
v1.1.404 Jun 2013Nothing published for this version
-
v1.1.303 Jun 2013Nothing published for this version
-
v1.1.203 Jun 2013Nothing published for this version
-
v1.1.103 Jun 2013Nothing published for this version
-
v1.1.023 May 2013Nothing published for this version
-
v1.0.119 Feb 2013Nothing published for this version
-
v1.0.005 Jul 2012Nothing published for this version
-
v2.215 Feb 2016Release notes
Open source →- Support Symfony 3
- Fix Guzzle parameter passing (thanks @uptownhr)
- Fix bunch of translations