-
Don’t use URL to construct paths in Node.js
I’ve been spending some of my time recently making sure WordPress Playground works in Windows.While working on Windows fixes I learned a lot about making sure Javascript code works POSIX and Windows when running it in Node.js. One thing that I learned is that you…
-
Building Automated Tests with WordPress Playground
There’s now a official documentation page about end-to-end testing with Playground. A big advantage of WordPress Playground is that it can start a new WordPress site quickly and be configured during boot. Both of these features are important for automated testing, so Playground seems like…