kassner / magento-behat-extension
MageBehat - framework to run Behat/Mink for Magento extension integration tests
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 7
Type:magento-module
Requires
This package is auto-updated.
Last update: 2021-09-15 20:36:25 UTC
README
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