Download the PHP package kassner/magento-behat-extension without Composer
On this page you can find all versions of the php package kassner/magento-behat-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kassner/magento-behat-extension
More information about kassner/magento-behat-extension
Files in kassner/magento-behat-extension
Package magento-behat-extension
Short Description MageBehat - framework to run Behat/Mink for Magento extension integration tests
License MIT
Homepage https://github.com/kassner/MageBehat
Informations about the package magento-behat-extension
MageBehat
Behat Integration for Magento + Magento Extensions
Installation
composer require kassner/magento-behat-extension:dev-master
Documentation for Extension Developers
As an extension developer you are able to place your feature descriptions in your extension directory's Test/features folder.
Example: Hackathon_MageBehatExample1/Test/features/homepage.feature see https://github.com/fooman/MageBehatExamples
Place a behat context file in your extension directory Test/FeatureContext.php to use an extra context (sub context), which is used only for your extension.
Example: Hackathon_MageBehatExample1/Test/FeatureContext.php
Example: [MageAttack] (https://github.com/Schrank/mage-attack)
Implemented Features
- Magento Frontend
- Cart
- Checkout
Usage
-
Start Selenium2
java -jar selenium-server-standalone.jar
-
Run Features from Magento root folder
php -f shell/behat.php
Ideas
All versions of magento-behat-extension with dependencies
kassner/magento-behat Version dev-master
behat/mink-selenium2-driver Version *