This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Releases: Behat/MinkExtension
Releases · Behat/MinkExtension
2.3.1
2.3.0
- Support Appium driver (@Shashikant86)
- Support selenium
overlappingCheckDisabled
capability (@Chriton) - Guzzle 6 parameters correctly passed through by Goutte driver (@Evoke-PHP)
- Support
acceptSslCert
capability for BrowserStack (@andrewholgate) - Add marionette capability for Selenium2Driver (@basilfx)
- Support Symfony 4 (@dunglas)
v2.2
2.1.0
Features:
- Added support for the
emulator
capability 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::getMink
when Mink has not been initialized to ease debugging - Removed the
custom-data
capability 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
ignoreZoomSetting
capability by setting a proper boolean
2.0.1
v2.0.0
This major version updates the extension for Behat 3.0
Changes:
- Updated the extension for Behat 3.0
- Renamed the
MinkAwareInterface
toMinkAwareContext
- Renamed the extension to
Behat\MinkExtension\ServiceContainer\MinkExtension
, allowing to useBehat\MinkExtension
as shortcut to register it - Removed the
MinkDictionary
trait, 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_labs
driver type now supports all standard selenium2 capabilities. SauceLabs-specific capabilities are removed from the selenium2 configuration in favor of thesauce_labs
type. Custom capabilities can be configured for selenium2 - Added a
browser_stack
driver 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
1.3.3
1.3.2
1.3.1
1.3.0
- 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)