Skip to content

Location of Your Tests

John S edited this page May 23, 2018 · 9 revisions
  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

MSI Documentation:

  1. Technical Vision. Catalog Inventory
  2. Installation Guide
  3. List of Inventory APIs and their legacy analogs
  4. MSI Roadmap
  5. Known Issues in Order Lifecycle
  6. MSI User Guide
  7. DevDocs Documentation
  8. User Stories
  9. User Scenarios:
  10. Technical Designs:
  11. Admin UI
  12. MFTF Extension Tests
  13. Weekly MSI Demos
  14. Tutorials
Clone this wiki locally