Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 386 Bytes

TESTING.md

File metadata and controls

16 lines (12 loc) · 386 Bytes

TESTING

[TODO: Add this]

If your site is not running under http://sitemaps.local then you can run the functional tests against the site as follows:

#hardcode it
export WP_SITEURL=http://sitemaps.local 
composer run test:behat-local

#Any vagrant install with wp cli
export WP_SITEURL=$(vagrant ssh -c "cd /vagrant && wp option get home") 
composer run test:behat-local