Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Files

Latest commit

 

History

History

Resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

e2e tests template

  • Start your Shopware6 environment in productive mode: .env File: APP_ENV=prod
  • Go to the directory for the domain (Storefront / Administration) you want to execute the e2e tests. Like: Resources/app/(Storefront/Administration)/test/e2e
  • Here you execute: npm install
  • For develop tests execute: npm run open
  • For test execution only execute: npm run cypress:run