Magento Codecept Sandbox

This is a nice training repository to aqquaint someone with the development tools normally used for Magento development and performing some work with an agency.

Resources

Getting Started

  1. Install Warden
  2. Install Magento 2
  3. warden sign-certificate app.codeception.test
  4. Start warden with warden env up
  5. Start Selenium with make selenium-start
  6. Trigger tests with make run
    make selenium-start
    make run