Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

michielgerritsen
Copy link
Contributor

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

  • When opening a pull request.
  • When adding the run_e2e_tests label to a pull request. This label may need to be created manually.

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.

@collymore collymore merged commit b694a48 into develodesign:main Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants