Quality assurance utilities for functional tests written on PHP.
Library implements PageObject pattern, used in variety of testing frameworks (e.g. Selenium browser automation framework).
Feel free to ask any questions and share your experiences on the Support Page and help to improve the documentation.
Define the dependencies in your composer.json
:
{
"require": {
"qa-tools/qa-tools": "dev-master",
"mindplay/annotations": "dev-master"
}
}
Install/update your vendors:
$ curl http://getcomposer.org/installer | php
$ php composer.phar install