Skip to content
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

Add initial e2e tests #23

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Draft

Add initial e2e tests #23

wants to merge 2 commits into from

Conversation

nielslange
Copy link
Member

Fixes #3

Note

At the moment, the plugin does not contain any e2e tests. This causes the risk that future developments may break existing functionality, but these breaks may remain undetected. By adding e2e tests, any break should be detected immediately.

Testing instructions

  1. Check out this PR.
  2. Start Docker Desktop.
  3. Run npm run wp-env start to start the testing environment.
  4. Run npm run test:e2e to run the e2e tests.
  5. Ensure that all test cases pass.

@nielslange nielslange added the type: enhancement The issue is a request for an enhancement. label Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add e2e tests
1 participant