Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rarescosma/wp.travis-ci-wordpress-test
Test repo for setting up a temporary WordPress inside travis
https://github.com/rarescosma/wp.travis-ci-wordpress-test
travis-ci wordpress
Last synced: about 18 hours ago
JSON representation
Test repo for setting up a temporary WordPress inside travis
- Host: GitHub
- URL: https://github.com/rarescosma/wp.travis-ci-wordpress-test
- Owner: rarescosma
- License: bsd-2-clause
- Created: 2014-03-30T09:11:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T21:47:13.000Z (over 10 years ago)
- Last Synced: 2023-03-23T23:00:56.193Z (over 1 year ago)
- Topics: travis-ci, wordpress
- Language: Shell
- Size: 340 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travis-ci-wordpress-test
========================Test your WordPress plug-ins and themes using Travis CI and node.js.
### Framework
The acceptance tests are run through PhantomJS, via the casper driver. Mocha provides the test DSL, and chai provides human readable assertions. Of course, all tests can be written in CoffeeScript.The result is that your tests will read almost like natural English phrases. Check out [the sample test file](https://github.com/rarescosma/travis-ci-wordpress-test/blob/master/wp/test/login.coffee) and see for yourself.
[![Build Status](https://travis-ci.org/rarescosma/travis-ci-wordpress-test.svg?branch=master)](https://travis-ci.org/rarescosma/travis-ci-wordpress-test)