Skip to content

Running Tests

John S edited this page Feb 16, 2018 · 9 revisions
  1. CD to the acceptance test directory:
    • cd [PATH_TO_MAGENTO_CORE]/dev/tests/acceptance
  2. Generate the Tests:
    • ./vendor/bin/robo generate:tests
  3. There are a few different ways you could run your Tests:
    1. Full Suite of Tests: ./vendor/bin/robo functional
    2. Specific Group of Tests: ./vendor/bin/robo group [GROUP_NAME]
    3. MSI Tests: ./vendor/bin/robo group msi

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