thijsvandberg / yireo_checkouttester2
Checkout Tester for Magento 2
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 23
Type:magento2-module
Requires
- php: >=5.6.0
- magento/framework: *
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2025-07-06 07:47:43 UTC
README
Homepage: http://www.yireo.com/software/magento-extensions/checkout-tester-2
Requirements:
- Magento 2.0.0 Stable
- Magento 2.1.0 Stable
Installation
We recommend composer
to install this package. Add our own free composer repository to your Magento 2 installation:
composer config repositories.yireo-free composer https://satis.yireo.com
Next, install our module using the following command:
composer require yireo/yireo_checkouttester2
Next, install the new module into Magento itself:
- Run
php -f bin/magento module:enable Yireo_CheckoutTester2
- Run
php -f bin/magento setup:upgrade
- Flush the Magento cache
- Configure settings under Stores > Configuration > Advanced > Yireo CheckoutTester
- Done
Unit testing
This extension does not ship with unit tests.