WordPress/wordpress-playground

Pull Request previewer for all WordPress projects

adamziel opened this issue · 4 comments

Previewing WordPress Pull Requests requires either a local development setup or a staging setup.

WordPress developers often use either a staging environment that can only run a single branch at a time, or no staging environment at all. This makes testing and team workflows difficult.

Providing an easy way to preview pull requests using Playground would alleviate that burden, catalyze more reviews across the ecosystem, and make calls for testing easier.

For example, a Playground link was used in "Help test the Font Library" post. cc @ironprogrammer

Here's the repo WooCommerce uses for Playground-based previews:

https://github.com/woocommerce/woo-pr-previewer/

Related reusable GitHub action from @vcanales: https://github.com/vcanales/action-wp-playground-pr-preview

An example of integrating it:

vcanales/twentytwentyfive#2

cc @juanmaguitar

An example of integrating it:

I would point to this PR for the usage of the Workflow: WordPress/twentytwentyfive#359