Skip to content

AmastyLtd/module-common-tests-mftf-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Tests MFTF3

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