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

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:

  1. Using composer
    1. Update your project's composer.json file with next data:
      "require": {
          "ibpavlov/reporting-portal-agent-codeception": "^0.2"
      },
      Execute command:
      composer update
    2. Or execute command:
      composer require ibpavlov/reporting-portal-agent-codeception
  2. 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 !!!
  3. Run codeception tests as usual:
    vendor/bin/codecept run