Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@stof stof released this 05 Aug 06:13
· 101 commits to master since this release

This major version updates the extension for Behat 3.0

Changes:

  • Updated the extension for Behat 3.0
  • Renamed the MinkAwareInterface to MinkAwareContext
  • Renamed the extension to Behat\MinkExtension\ServiceContainer\MinkExtension, allowing to use Behat\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 the sauce_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