ibpavlov / reporting-portal-agent-codeception
This package is abandoned and no longer maintained.
The author suggests using the objectsystems/reporting-portal-agent-codeception package instead.
Specific classes to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
v2
2019-06-20 13:52 UTC
Requires
- codeception/codeception: *
- reportportal/basic: 1.0.x-dev
This package is auto-updated.
Last update: 2022-06-21 17:52:05 UTC
README
This repo is moved to https://github.com/osi-open-source/reporting-portal-agent-codeception Specific class to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
Install:
- Using composer
- Update your project's composer.json file with next data:
"require": { "ibpavlov/reporting-portal-agent-codeception": "^0.2" },
Execute command:composer update
- Or execute command:
composer require ibpavlov/reporting-portal-agent-codeception
- Update your project's composer.json file with next data:
- Update codeception.yml file of your test framework according to codeception.yml file in this repository.
extensions: enabled: - ... - ReportingPortalAgent: UUID: 07104d6b-45a0-442f-b7ed-a79fa5321123 host: https://rp.epam.com projectName: your_name_personal timeZone: .000+00:00 launchName: testLaunchName!!! launchDescription: test launch description !!!
- Run codeception tests as usual:
vendor/bin/codecept run