develodesign / magento-gitpod

GNU General Public License v3.0
33 stars 35 forks source link

Added super simple Cypress tests + GitHub Actions to run those #19

Closed michielgerritsen closed 11 months ago

michielgerritsen commented 11 months ago

This PR adds a GitHub Actions file, which will run end-to-end tests. There are two scenarios when these are triggered:

In the GitHub actions file, there are also some comments about altering the file. For example, at this moment, it assumes that you use the bin/magento setup:install to create the database. But when the project moves along, you might want to change to a database dump that holds a different configuration. In the file is described how to import that dump.