10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
149 stars 23 forks source link

Added Cypress for E2E testings #82

Closed iamdharmesh closed 2 years ago

iamdharmesh commented 2 years ago

Description of the Change

This PR removes wpacceptance tests and Adds end-to-end testing with Cypress to follow OSBP guide. Test runs automatically on every pull request to the develop branch.

Steps to perform local testing or develop new tests:

Added Tests:

Closes #77

Alternate Designs

n/a

Possible Drawbacks

n/a

Verification Process

GitHub Actions workflow "E2E test", expected to pass the test. Refer to "Description of the Change" for local testing.

Checklist:

Changelog Entry

Added - Cypress for E2E testings

Credits

Props @iamdharmesh