Specific class to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
1.1) Update your project's composer.json file with next data:
"require": {
"reportportal/codeception": "1.0.x-dev"
},
1.2) Execute command:
composer require reportportal/codeception 1.0.x-dev
-
Update codeception.yml file of your test framework according to codeception.yml file in this repository.
-
Execute command:
composer update