Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 475 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 475 Bytes

Zeus

Automated end-to-end testing for WordPress. Zeus generates a JSON file based the GUID's of your WordPress site, and runs basic health checks against each URL.

Install

  1. cd wp-content/plugins
  2. git clone https://github.com/sagalbot/zeus.git
  3. cd zeus && composer install
  4. Activate Zeus plugin from wp-admin

Commands

wp zeus generate

Generate a JSON sitemap to be used for testing.

wp zeus test

Run e2e test suite.