Fix remaining issues: update Cypress tests to work directly with WordPress, fix Markdown formatting

This commit is contained in:
2025-04-22 16:46:36 +01:00
parent 8fa2c19fe4
commit fa92ca58df
4 changed files with 68 additions and 73 deletions

View File

@@ -7,9 +7,12 @@ This document explains how to use the testing framework for our plugin.
Our testing framework uses:
See also:
* [.wiki/Architecture-Overview.md](Architecture-Overview.md) high-level design
* [.wiki/Multisite-Development.md](Multisite-Development.md) deeper multisite guidance
Components:
* **wp-env**: For setting up WordPress environments (both single site and multisite)
* **WordPress Playground**: For browser-based testing without Docker
* **Cypress**: For end-to-end testing