[wp-trac] [WordPress Trac] #43711: Let's create a standard development setup for WordPress core.
WordPress Trac
noreply at wordpress.org
Fri Apr 6 14:53:40 UTC 2018
#43711: Let's create a standard development setup for WordPress core.
------------------------------+------------------------------
Reporter: omarreiss | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+------------------------------
Comment (by youknowriad):
Thanks for opening this issue
Two things that I think are important to address as part of this:
- Ideally, the integration and e2e tests (even unit tests since PHP unit
tests require a full setup) should use the same environment
- A dev environment even if it's hidden behind magical scripts should
stay simple. When bugs happen developers of any level should be able to
understand, debug and tweak how the environment works.
I admit having a preference for docker setups because it's light compared
to a real Virtual Machine.
I think the current docker setup is Gutenberg has grown to be slightly
more complex to what I want it to be. (two many scripts calling each
other), I believe we can achieve the same goals using a simple docker-
compose file.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43711#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list