Commit Graph

40 Commits

Author SHA1 Message Date
0b17fe8ad9 fix: remove stale cache-busting parameter from playground/index.html blueprint URL (#67)
The CodeRabbit review of PR #15 flagged that playground/index.html had an
iframe src pointing to the feature/testing-framework branch. That URL fix
was applied in commit f48276c (updating to main branch).

This commit also removes the stale cache-busting `_t=2` query parameter
that was added during development. The blueprint URL now references the
canonical main branch path without any ephemeral query parameters.

Closes #36
2026-03-16 23:39:31 +00:00
6625e8ca4a fix: disable networking in singleSiteBlueprint to prevent multisite (#48)
Set networking to false in the single site playground blueprint.
Networking: true can inadvertently enable multisite behaviour.

Closes #39
2026-03-16 21:45:24 +00:00
df7f303ffb Fix CI failures: disable multisite tests and fix performance action
1. Disable multisite CI tests - WordPress Multisite fundamentally
   does not support custom ports (requires port 80/443). Tests can
   only run locally where port 80 can be used.

2. Remove blueprint parameter from wp-performance-action - let the
   action use its own internal setup to avoid port conflicts.

3. Fix single-site blueprint - use separate activatePlugin steps
   instead of unsupported options.activate property in installPlugin.
2025-11-24 23:33:12 +00:00
66d6167cf5 Fix multisite blueprint: use wp-cli for network activation
The 'options.networkActivate' property is not valid in installPlugin step.
Use separate wp-cli steps to network-activate plugins instead.
2025-11-24 23:22:33 +00:00
6e9fb5a9c4 Modernize WordPress Playground testing infrastructure
- Update @wp-playground/cli to v3.0.22 (from deprecated v1.0.28)
- Add bin/playground-test.sh for AI assistant CLI testing
- Add bin/localwp-setup.sh for LocalWP integration
- Create .agents/local-testing-guide.md documentation
- Update blueprints to use new installPlugin step format
- Add npm scripts for playground:start/stop/status
- Add npm scripts for localwp:create/sync/reset
- Update GitHub Actions to use new CLI version
- Use PHP 8.0 and latest WordPress in blueprints
2025-11-24 23:09:18 +00:00
b1966067ea Fix failing tests: Update install-wp-tests.sh, Cypress commands, and GitHub Actions workflows 2025-04-23 04:26:06 +01:00
e9a967fcd0 Fix CSS rule spacing in test.html 2025-04-22 22:34:59 +01:00
0c4e91fcec Fix code quality issues and GitHub Actions workflows 2025-04-22 22:30:31 +01:00
8fa2c19fe4 Fix WordPress Playground tests: update Cypress test URL, improve blueprints, enhance documentation 2025-04-22 16:37:01 +01:00
0f83330d85 Fix WordPress Playground tests: update blueprints to use installPlugin step, update test command 2025-04-22 16:19:04 +01:00
f5c8162ec7 Remove hello-dolly-test.html file 2025-04-22 15:29:35 +01:00
f48276cc58 Fix code quality issues: add ESLint config to Cypress files, update documentation, improve HTML accessibility 2025-04-22 15:11:56 +01:00
3ca2fe58fa Fix code quality issues: add iframe titles, fix Markdown formatting, update documentation, and clean up test files 2025-04-22 15:03:24 +01:00
c37d2975d3 Enable networking feature in single site blueprint to fix plugin installation 2025-04-22 14:52:13 +01:00
089e083f40 Update documentation and HTML files to use Kadence Blocks instead of Hello Dolly 2025-04-22 14:48:03 +01:00
3c1ec14c2d Update WordPress Playground blueprints to use Kadence Blocks instead of Hello Dolly and install multiple plugins in one step 2025-04-22 14:23:02 +01:00
189d0de673 Fix Hello Dolly plugin installation errors in WordPress Playground blueprints 2025-04-22 13:53:01 +01:00
920b1a0a7d Update multisite.html with new cache-busting parameter 2025-04-22 03:38:14 +01:00
1cfc6f5a13 Fix Hello Dolly plugin installation in WordPress Playground blueprints 2025-04-22 02:26:57 +01:00
13d2f92ee5 Fix Hello Dolly plugin installation in WordPress Playground blueprints 2025-04-22 02:11:57 +01:00
1089ea491a Add Hello Dolly and WP_DEBUG to WordPress Playground, update documentation and fix GitHub Actions 2025-04-22 01:56:12 +01:00
35d7623722 Update WordPress Playground integration with Plugin Toggle and comprehensive documentation 2025-04-22 01:39:36 +01:00
78e2929b27 Add network-activated plugin to WordPress Playground multisite blueprint 2025-04-22 01:20:14 +01:00
d0b42262a4 Remove plugin installation from WordPress Playground multisite blueprint 2025-04-22 01:13:28 +01:00
999105228a Use working blueprint example for WordPress Playground multisite 2025-04-22 01:09:24 +01:00
b10ea120cd Simplify WordPress Playground multisite blueprint with manual activation instructions 2025-04-22 00:43:05 +01:00
6eb7b2c4e3 Completely revise WordPress Playground multisite blueprint with manual setup approach 2025-04-22 00:40:59 +01:00
2b726a4b46 Fix WordPress Playground multisite blueprint with proper network installation 2025-04-22 00:33:47 +01:00
960468f176 Use enableMultisite step in WordPress Playground blueprint 2025-04-22 00:24:39 +01:00
17375cf555 Use direct URL parameters for WordPress Playground multisite 2025-04-22 00:09:57 +01:00
fae342fe33 Simplify WordPress Playground multisite blueprint using options 2025-04-22 00:02:26 +01:00
cde6d979b5 Fix WordPress Playground multisite blueprint to properly enable multisite 2025-04-21 23:43:27 +01:00
c0748c0d0b Simplify WordPress Playground multisite blueprint 2025-04-21 23:25:17 +01:00
64567f3d0f Fix WordPress Playground multisite blueprint 2025-04-21 23:15:34 +01:00
5f95ba762e Use official WordPress Playground blueprint examples 2025-04-21 23:08:28 +01:00
81f490efcb Simplify WordPress Playground blueprints to minimal configuration 2025-04-21 23:02:56 +01:00
e823026626 Update WordPress Playground blueprints to use writeFile approach 2025-04-21 22:55:25 +01:00
f652e9e0c3 Fix WordPress Playground blueprints to use GitHub repository URL 2025-04-21 22:47:53 +01:00
c7e01493ef Update WordPress Playground integration to use HTML files 2025-04-21 22:39:54 +01:00
572c23df89 Add WordPress Playground and WP Performance Tests integration 2025-04-21 22:22:19 +01:00