https://github.com/jdgrimes/wp-browser-travis-demo
An example of how to use WP Browser to run Codeception WebDriver acceptance tests on Travis CI
https://github.com/jdgrimes/wp-browser-travis-demo
Last synced: about 1 month ago
JSON representation
An example of how to use WP Browser to run Codeception WebDriver acceptance tests on Travis CI
- Host: GitHub
- URL: https://github.com/jdgrimes/wp-browser-travis-demo
- Owner: JDGrimes
- License: mit
- Created: 2016-07-04T20:37:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T21:01:38.000Z (about 8 years ago)
- Last Synced: 2025-03-17T01:11:58.050Z (about 1 month ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Browser Travis Demo [](https://travis-ci.org/JDGrimes/wp-browser-travis-demo)
An example of how to use [WP Browser](https://github.com/lucatume/wp-browser) to run [Codeception WebDriver acceptance tests](http://codeception.com/docs/03-AcceptanceTests) 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.