Releases: sensiolabs/BehatPageObjectExtension
Releases · sensiolabs/BehatPageObjectExtension
Allow both v1 and v2 of the proxy-manager
- Run tests with low deps
- Allow both v1 and v2 of the proxy-manager
Behat 3 support
- 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
- un-deprecate PageObjectAware
Behat 3 compatible 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
Changelog:
- added
Page::isOpen()
- added
Page::verifyUrl()
- added
Page::getUrl()
- added
PageObjectContext::getPageFactory()