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

pkg:composer/thijsvandberg/yireo_checkouttester2

0.0.4 2017-06-21 15:25 UTC

This package is not auto-updated.

Last update: 2025-12-21 10:18:28 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.