amasty / module-common-default-hyva-mftf-3
Basics MFTF Functionality v. 3.x.x Compatibility Hyva by Amasty Team
Installs: 284
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- amasty/module-common-tests-mftf-3: >=1.11.0
- hyva-themes/magento2-compat-module-fallback: >=1.1.2
- hyva-themes/magento2-default-theme: >=1.1.19
This package is auto-updated.
Last update: 2024-10-30 02:10:56 UTC
README
Specific module for basic compatibility MFTF with Hyva.
Installation
Pre-conditions
- Install MFTF: https://developer.adobe.com/commerce/testing/functional-testing-framework/getting-started/
We recommend that you turn off the Magento_TwoFactorAuth module for ease of testing or configure credentials: https://developer.adobe.com/commerce/testing/functional-testing-framework/two-factor-authentication/ - Install and enable Hyva for global level:
- Install Hyva Theme: https://docs.hyva.io/hyva-themes/getting-started/index.html
- Open “Content -> Design -> Configuration” in Admin Area Magento Store.
- Choose “Global” Design Configuration and set “Default Hyva” in “Applied Theme” dropdown.
- Click to “Save Configuration”.
Instruction
To install the package, run the following commands:
composer require amasty/module-common-default-hyva-mftf-3
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy (your locale)
To run tests it is necessary
Run a special command for correct operation of the waits when you are running any testsbin/magento amasty-mftf:hyva:waiting-update