Skip to content

Releases: sensiolabs/BehatPageObjectExtension

Allow both v1 and v2 of the proxy-manager

20 Jan 14:42
Compare
Choose a tag to compare
  • Run tests with low deps
  • Allow both v1 and v2 of the proxy-manager

Behat 3 support

11 Jul 07:06
Compare
Choose a tag to compare
  • support Behat 3 and Symfony 3
  • bug fixes
  • add url verification in open() and isOpen()
  • allow to override page parameters
  • allow injecting page objects directly to context's constructor
  • enable custom factories and factory configuration
  • enable multiple namespace configuration
  • avoid calls to mink deprecated methods
  • enable proxy dir configuration for lazy factory (used when injecting page objects into a context constructor)

Un-deprecate PageObjectAware

23 Jun 12:06
Compare
Choose a tag to compare
Pre-release
  • un-deprecate PageObjectAware

Behat 3 compatible release

16 Mar 11:43
Compare
Choose a tag to compare
Pre-release
  • support Behat 3 and Symfony 3
  • bug fixes
  • add url verification in open() and isOpen()
  • allow to override page parameters
  • allow injecting page objects directly to context's constructor
  • enable custom factories and factory configuration
  • enable multiple namespace configuration
  • avoid calls to mink deprecated methods
  • deprecate PageObjectAware in favour of injecting page objects directly into contexts
  • enable proxy dir configuration for lazy factory (used when injecting page objects into a context constructor)

Release v1.0.4

21 May 21:47
Compare
Choose a tag to compare

Changelog:

  • added Page::isOpen()
  • added Page::verifyUrl()
  • added Page::getUrl()
  • added PageObjectContext::getPageFactory()