inpsyde / WP-Stash

Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
https://inpsyde.com/en/wordpress-caching-system-wpstash/
GNU General Public License v2.0
51 stars 12 forks source link

Feat/e2e #31

Closed Biont closed 1 year ago

Biont commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) testing

What is the current behavior? (You can also link to an open issue here) New functions have been added without a proper way to test them in an actual application environment. Isolated tests are not sufficient for infrastructure packages like this

What is the new behavior (if this is a feature change)? E2E-Testing via Playwright is added. A helper plugin is provided in the orchestration to deal with structured front-end output

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No

Other information: