amasty/module-common-tests-mftf-3

Test Basics MFTF v. 3.x.x by Amasty Team

1.11.0 2023-05-31 12:59 UTC

This package is auto-updated.

Last update: 2024-03-30 00:31:32 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