diff --git a/.wiki/Playground-Testing.md b/.wiki/Playground-Testing.md index 84c0178..f48d3b3 100644 --- a/.wiki/Playground-Testing.md +++ b/.wiki/Playground-Testing.md @@ -17,9 +17,9 @@ The easiest way to test our plugin with WordPress Playground is to use the onlin 1. Single site testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=4) -2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=15) +2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=16) -These links will automatically set up WordPress with our plugin installed and activated. +These links will automatically set up WordPress with multisite enabled. ## Running Tests with WordPress Playground @@ -32,7 +32,7 @@ To run tests with WordPress Playground: 1. Open the appropriate WordPress Playground link: - [Single site](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=4) - - [Multisite](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=15) + - [Multisite](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=16) 2. Test the plugin manually in the browser diff --git a/.wiki/Testing.md b/.wiki/Testing.md index dae8ece..2ebdd24 100644 --- a/.wiki/Testing.md +++ b/.wiki/Testing.md @@ -106,9 +106,9 @@ The easiest way to test our plugin with WordPress Playground is to use the onlin 1. Single site testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=4) -2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=15) +2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=16) -These links will automatically set up WordPress with a sample plugin installed and activated. +These links will automatically set up WordPress with multisite enabled. #### Local Testing with HTML Files diff --git a/playground/multisite-blueprint.json b/playground/multisite-blueprint.json index 9d50a6c..de993f1 100644 --- a/playground/multisite-blueprint.json +++ b/playground/multisite-blueprint.json @@ -12,13 +12,6 @@ { "step": "wp-cli", "command": "wp site create --slug=testsite" - }, - { - "step": "installPlugin", - "pluginData": { - "resource": "wordpress.org/plugins", - "slug": "coblocks" - } } ] } diff --git a/playground/multisite.html b/playground/multisite.html index 7080c8a..2b733d8 100644 --- a/playground/multisite.html +++ b/playground/multisite.html @@ -20,6 +20,6 @@
- +