pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Automated Testing #23

Open pento opened 6 years ago

pento commented 6 years ago

The framework for unit tests is already in, but there currently aren't any tests.

I'd also like to add e2e testing, to ensure the basic functionality is all working. This is particularly important for cross-platform support, and older versions of Windows.

Any service used would obviously need to support installing Docker within the VM, which may be... tricky. 🙃