Codeception Installation

Git

Alternative installation method for bugfixing, contributions and hacking

Clone from GitHub:

git clone [email protected]:Codeception/Codeception.git && cd Codeception

Install dependencies with Composer

composer install

Execute bootstrap, specifying path to your directory.

php codecept bootstrap /path/to/demo/project

To run tests use -c option for specifing path.

php codecept run -c /path/to/demo/project

Don't forget to send Pull Requests!