AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
72 stars 11 forks source link

Add E2E and acceptance tests for settings #9

Open justlevine opened 1 year ago

justlevine commented 1 year ago

What problem does this address?

Gutenberg likes to break things, but we need to make sure updates don't break any functionality or extensibility.

What is your proposed solution?

We should implement codecept acceptance tests and playright e2e tests to ensure a stable backend.

What alternatives have you considered?

No response

Additional Context

Inspiration: https://github.com/WordPress/gutenberg/issues/38851