Debug Magento2 MFTF tests with Codeception

  • Post author:
  • Post category:Xdebug

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

Magento 2 developer VS production mode

  • Post author:
  • Post category:Magento 2

Here are the main differences between Magento 2 developer and production mode. Developer mode features: PHP stack trace for exceptions is displayed in browser. Every XML file that Magento parses…

Continue Reading Magento 2 developer VS production mode

Magento ui-select component filter rate limit extender customization

  • Post author:
  • Post category:Magento 2

Magento 2 ui-select component is a great instrument to search for collection of items and render them in result list. More details about ui-select component you can find here: https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-secondary-uiselect.html…

Continue Reading Magento ui-select component filter rate limit extender customization