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

Automated e2e tests against different wordpress versions #49

Open
vernaillen opened this issue Apr 3, 2024 · 1 comment
Open

Automated e2e tests against different wordpress versions #49

vernaillen opened this issue Apr 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vernaillen
Copy link
Collaborator

Since upgrading WordPress to version 6.5 required a change in the WPNuxt graphql queries, it is clear that we might need to be able to easily test WPNuxt with different WordPress versions.
This allows us to detect breaking changes faster and assure backward compatibility.

The current docker-compose setup was created to be able to quickly spin up a local development environment, but can maybe be extended to spin up different test environment(s) with different wordpress version(s) in continuous integration.

@vernaillen vernaillen added the enhancement New feature or request label Apr 5, 2024
@vernaillen
Copy link
Collaborator Author

idea: spin up the docker-compose environment in circleci: https://circleci.com/docs/docker-compose/

Can we define multiple docker-compose setups, one for each wordpress version? Place it all under "tests" folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant