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.
cd wp-content/plugins
git clone https://github.com/sagalbot/zeus.git
cd zeus && composer install && yarn install
- Rename
.env-sample
to.env
and update theLAUNCH_URL
variable with your local testing URL (eg:http://zeus.dev
) - Activate Zeus plugin from
wp-admin
wp zeus generate
Generate a JSON sitemap to be used for testing.
wp zeus test
Run e2e test suite.