amasty / module-common-tests-mftf-3
Test Basics MFTF v. 3.x.x by Amasty Team
Installs: 148
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- ext-dom: *
- magento/magento2-functional-testing-framework: ^3.0
This package is auto-updated.
Last update: 2024-10-30 02:21:40 UTC
README
31 specific tests, for checking basic magento functionality with Amasty extensions.
Installation
Pre-conditions:
Install MFTF: [Getting started](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: [Configuring two-factor authentication](https://developer.adobe.com/commerce/testing/functional-testing-framework/two-factor-authentication/)
Instruction:
To install the package, run the following commands:
composer require amasty/module-common-tests-mftf-3
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy (your locale)
Run tests
To run the tests, run the following command:
In Magento Commerce:
vendor/bin/mftf run:group AmDef -r
In Open Source Magento:
vendor/bin/mftf run:group AmDefCE -r