Add guide for testing Gutenberg tickets with Playground#156
Add guide for testing Gutenberg tickets with Playground#156huzaifaalmesbah merged 8 commits intoWordPress:trunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
huzaifaalmesbah
left a comment
There was a problem hiding this comment.
I think we need a more structured and purpose-driven guide specifically for testing Gutenberg using Playground.
Right now, the PR mainly outlines the basic steps for installing the Gutenberg plugin in Playground, which is helpful, but it doesn’t fully address the actual testing workflow.
Instead, the content should be aligned more closely with how core tickets are tested using Playground, similar to the approach described here:
https://make.wordpress.org/test/handbook/get-setup-for-testing/test-core-tickets-with-playground/
In particular, the guide should:
- Focus on the testing process rather than just setup
- Explain how to reproduce issues or test specific pr Gutenberg changes
- Provide clear, step-by-step instructions tailored to real testing scenarios
Updating the content in this direction would make it more useful and consistent with existing testing documentation.
|
Thanks for the detailed feedback! That makes sense — I’ll update the guide to focus more on the actual testing workflow, including reproducing issues and testing PRs, aligned with the core testing approach. I’ll push an updated version shortly. |
|
Thanks for the helpful feedback @ozgursar ! |
khushdoms
left a comment
There was a problem hiding this comment.
Add guide for testing Gutenberg tickets with Playground
huzaifaalmesbah
left a comment
There was a problem hiding this comment.
Looks good to me. I’ve suggested 2 changes. once those are addressed, we can merge this PR.
| @@ -0,0 +1,146 @@ | |||
| # Testing Gutenberg Tickets with WordPress Playground | |||
There was a problem hiding this comment.
Hey, I noticed this test-gutenberg-with-playground.md file is currently under the root directory. Could you please move it to the get-setup-for-testing directory?
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Huzaifa Al Mesbah <huzaifah4m@gmail.com>
|
Thanks for the review! Moved the file to the correct get-setup-for-testing directory Please let me know if anything else is needed. |
This PR adds a step-by-step guide for testing Gutenberg tickets using WordPress Playground.
It aims to help new contributors quickly test issues without needing a full local setup.
Feedback welcome.