Commit Graph

6 Commits

Author SHA1 Message Date
a8f968562c fix: add graceful termination for Python HTTP server in playground modes (#62)
Adds PYTHON_PID variable and cleanup() function with EXIT/INT/TERM trap
to ensure the background Python HTTP server is always stopped when the
script exits, whether normally or due to an unexpected interruption.

Applies to both playground-single and playground-multisite branches.

Closes #30
2026-03-16 23:08:34 +00:00
c7e01493ef Update WordPress Playground integration to use HTML files 2025-04-21 22:39:54 +01:00
4d74fe35dc Update WordPress Playground integration to use npx 2025-04-21 22:38:10 +01:00
d6b2349af8 Enhance testing framework with WordPress Playground integration 2025-04-21 22:30:10 +01:00
051bc763f8 Fix code quality issues and improve test framework 2025-04-21 21:23:23 +01:00
8ed22642e2 Add comprehensive testing framework for both single site and multisite WordPress environments 2025-04-21 17:32:01 +01:00