Debug Magento2 MFTF tests with Codeception
To quickly debug Magento 2 MFTF tests, go to PHPStorm configuration and add new Codeception configuration: Meaningful name Test scope: file File: <document_root>/dev/tests/acceptance/tests/functional/Magento/_generated/default/<your_mftf_TestCest.php> Use alternative configuration file: <document_root>/dev/tests/acceptance/codeception.yml Now you…
Continue Reading
Debug Magento2 MFTF tests with Codeception