You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
We should introduce end-to-end testing with Cypress for the WordPress plugin so that it matches the same standards as our other open-source plugins and also makes sure we are shipping a solid, stable product to our clients and partners. These tests would be run in a matrix test again different versions of PHP and different versions of WordPress when the action is triggered.
Below are some examples of the tests we currently have at 10up.
Thanks for opening this issue. @Manussakis recently started working on setting up a basic e2e test. For now, we're looking to set up a very basic test but with the infra to add more tests in the future.
Is your enhancement related to a problem? Please describe.
We should introduce end-to-end testing with Cypress for the WordPress plugin so that it matches the same standards as our other open-source plugins and also makes sure we are shipping a solid, stable product to our clients and partners. These tests would be run in a matrix test again different versions of PHP and different versions of WordPress when the action is triggered.
Below are some examples of the tests we currently have at 10up.
Tests
https://github.com/10up/ElasticPress/tree/develop/tests/cypress
https://github.com/10up/simple-local-avatars/tree/develop/tests/cypress
https://github.com/10up/safe-redirect-manager/tree/develop/tests/cypress
Workflows
https://github.com/10up/ElasticPress/blob/develop/.github/workflows/cypress-tests.yml
https://github.com/10up/simple-local-avatars/blob/develop/.github/workflows/cypress.yml
https://github.com/10up/safe-redirect-manager/blob/develop/.github/workflows/cypress.yml
I am happy to make a pull request for this issue.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: