bex / behat-magento2-extension
Magento2 extension for Behat
Package info
github.com/tkotosz/BehatMagento2Extension
Language:Gherkin
Type:behat-extension
pkg:composer/bex/behat-magento2-extension
2.1.3
2020-06-20 12:16 UTC
Requires
- php: >=7.1
- behat/behat: ^3.5.0
- container-interop/container-interop: ^1.2
- magento/framework: >=100.1
- magento/module-authorization: *
- magento/module-backend: *
- magento/module-user: *
- symfony/dependency-injection: >=2.0
- symfony/event-dispatcher: >=2.0
Requires (Dev)
- bex/behat-test-runner: ^1.3
- phpspec/phpspec: ^2.5
- phpunit/phpunit: ^8.5
README
The BehatMagento2Extension provides a custom service container for Behat which allows to inject Magento services into Behat Contexts and Behat helper services.
Installation
The recommended installation method is through Composer:
composer require --dev bex/behat-magento2-extension
Documentation
The official documentation is available here.