Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 728 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 728 Bytes

WP Browser Travis Demo Build Status

An example of how to use WP Browser to run Codeception WebDriver acceptance tests against WordPress on Travis CI.

Notes

  • You must use http://127.0.0.1:8888 as the webdriver URL. Other ports will work, but if you try to use localhost or leave out the http:// it will break.
  • You have to install WordPress, see travis.sh.
  • Currently failing on HHVM. PhantomJS says XPath error : Invalid expression #user_login.

See .travis.yml for more details.