Basic examples of codeception
git@github.com:zeeshanbashir/codeception.git codeception
and after that run composer install
- Run all the tests
./vendor/bin/codecept run
- Run only api suite
./vendor/bin/codecept run api
- Rebuild after change yml file
php ./vendor/bin/codecept build
Functional suite will work only if you are using framework.