a tool to run automated response tests against a set of urls
edit your composer.json
"require" : {
"phmlabs/livetest2" : "dev-master"
}
or let composer do the job
$ php composer.phar require phmlabs/livetest2
then you have the binary installed to COMPOSER_BIN_DIR
$ bin/livetest
$ git clone https://github.com/phmLabs/LiveTest2.git
$ cd LiveTest2
$ bin/vendors
$ bin/livetest
simply download the PHAR, or compile it yourself (see Building the PHAR)
$ wget http://livetest.phmlabs.com/phar
$ php livetest.phar
we use the PHAR to show the examples
$ php livetest.phar run path/to/testsuite.yml path/to/config.yml
TODO
see LiveTest\TestCase
TODO
to build the PHAR simply run the following command
$ bin/compile
simply install the application as standalone
$ phpunit test
see TravisCI for recent builds http://travis-ci.org/phmLabs/LiveTest2