Location of Your Tests - magento/inventory GitHub Wiki

  1. In your GitHub branch you can store your MFTF Tests under the following directory:
    • [PATH_TO_MAGENTO_MSI]/app/code/Magento/[MODULE_NAME]/Test/MFTF
    • Under Acceptance you need to follow the folder structure of other MFTF Test Modules:
      • ActionGroup
      • Data
      • Metadata
      • Page
      • Section
      • Test
  2. You can locate Sample Template files for each of the above directories in the following directory:
    • [PATH_TO_MAGENTO_MSI]/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates

  • All existing MSI Tests can be found under the following directories:
    • [PATH_TO_MAGENTO_MSI]/app/code/Magento/Inventory/Test/MFTF
    • [PATH_TO_MAGENTO_MSI]/app/code/Magento/InventoryApi/Test/MFTF